From: Jaroslav Kysela Date: Thu, 4 Apr 2002 07:07:13 +0000 (+0000) Subject: Changed AC_TRY_COMPILE to AC_TRY_RUN X-Git-Tag: v1.0.3~448 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=bc17ff62583c78703f77fd72cade878c6e3643ed;p=alsa-lib.git Changed AC_TRY_COMPILE to AC_TRY_RUN --- diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 4f98a56a..ad4053ca 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -2,7 +2,7 @@ dnl Configure Paths for Alsa dnl Some modifications by Richard Boulton dnl Christopher Lansdown dnl Jaroslav Kysela -dnl Last modification: $Id: alsa.m4,v 1.19 2001/12/19 07:28:40 perex Exp $ +dnl Last modification: $Id: alsa.m4,v 1.20 2002/04/04 07:07:13 perex Exp $ dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate. dnl enables arguments --with-alsa-prefix= @@ -73,7 +73,7 @@ no_alsa="" AC_LANG_SAVE AC_LANG_C -AC_TRY_COMPILE([ +AC_TRY_RUN([ #include ], [ void main(void)