diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-09-17 22:13:07 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-09-17 22:13:07 +0000 |
commit | cd1e49d8956faddee91fd5ed4bb73450a030039e (patch) | |
tree | 9d3e500e7ef3cb8a549b0d956044a7aa5dd41e88 /m4/esd.m4 | |
parent | cb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba (diff) | |
download | gst-plugins-bad-cd1e49d8956faddee91fd5ed4bb73450a030039e.tar.gz gst-plugins-bad-cd1e49d8956faddee91fd5ed4bb73450a030039e.tar.bz2 gst-plugins-bad-cd1e49d8956faddee91fd5ed4bb73450a030039e.zip |
update esound, gconf, alsa and ogg m4 files from upstream versions
Original commit message from CVS:
update esound, gconf, alsa and ogg m4 files from upstream versions
Diffstat (limited to 'm4/esd.m4')
-rw-r--r-- | m4/esd.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,8 @@ AC_ARG_ENABLE(esdtest, if test "$ESD_CONFIG" = "no" ; then no_esd=yes else + AC_LANG_SAVE + AC_LANG_C ESD_CFLAGS=`$ESD_CONFIG $esdconf_args --cflags` ESD_LIBS=`$ESD_CONFIG $esdconf_args --libs` @@ -122,6 +124,7 @@ int main () ],, no_esd=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" + AC_LANG_RESTORE fi fi if test "x$no_esd" = x ; then @@ -141,6 +144,8 @@ int main () echo "*** Could not run ESD test program, checking why..." CFLAGS="$CFLAGS $ESD_CFLAGS" LIBS="$LIBS $ESD_LIBS" + AC_LANG_SAVE + AC_LANG_C AC_TRY_LINK([ #include <stdio.h> #include <esd.h> @@ -160,6 +165,7 @@ int main () echo "*** may want to edit the esd-config script: $ESD_CONFIG" ]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" + AC_LANG_RESTORE fi fi ESD_CFLAGS="" |