mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
last-minute arts changes
Original commit message from CVS: last-minute arts changes
This commit is contained in:
parent
688e1fecdc
commit
af8cd27a35
1 changed files with 9 additions and 2 deletions
|
@ -799,6 +799,9 @@ dnl checks the results of artsc-config to some extent)
|
|||
dnl
|
||||
dnl thomas: ask nicely for C++ compilation
|
||||
AC_LANG_PUSH(C++)
|
||||
|
||||
ac_save_CPPFLAGS="$CPPFLAGS"
|
||||
ac_save_LDFLAGS="$LDFLAGS"
|
||||
AC_SUBST(CPPFLAGS,"$CPPFLAGS $ARTS_CFLAGS")
|
||||
AC_SUBST(LDFLAGS,"$LDFLAGS $ARTS_CLIBS")
|
||||
rm -f conf.artstest
|
||||
|
@ -862,6 +865,10 @@ int main ()
|
|||
AC_LANG_POP(C++)
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
LIBS="$ac_save_LIBS"
|
||||
CPPFLAGS="$ac_save_CPPFLAGS"
|
||||
LDFLAGS="$ac_save_LDFLAGS"
|
||||
AC_SUBST(CPPFLAGS,"$CPPFLAGS")
|
||||
AC_SUBST(LDFLAGS,"$LDFLAGS")
|
||||
fi
|
||||
fi
|
||||
if test "x$no_arts" = x ; then
|
||||
|
|
Loading…
Reference in a new issue