mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Changed AC_TRY_COMPILE to AC_TRY_RUN
This commit is contained in:
parent
755d563910
commit
bc17ff6258
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ dnl Configure Paths for Alsa
|
||||||
dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
|
dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
|
||||||
dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
|
dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
|
||||||
dnl Jaroslav Kysela <perex@suse.cz>
|
dnl Jaroslav Kysela <perex@suse.cz>
|
||||||
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 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 Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate.
|
||||||
dnl enables arguments --with-alsa-prefix=
|
dnl enables arguments --with-alsa-prefix=
|
||||||
|
|
@ -73,7 +73,7 @@ no_alsa=""
|
||||||
|
|
||||||
AC_LANG_SAVE
|
AC_LANG_SAVE
|
||||||
AC_LANG_C
|
AC_LANG_C
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_RUN([
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
], [
|
], [
|
||||||
void main(void)
|
void main(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue