mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fix the check of ALSA_CFLAGS.
This commit is contained in:
parent
650e17d0ba
commit
e5d597c48c
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ AC_ARG_WITH(alsa-inc-prefix, [ --with-alsa-inc-prefix=PFX Prefix where include
|
||||||
AC_ARG_ENABLE(alsatest, [ --disable-alsatest Do not try to compile and run a test Alsa program], [enable_alsatest=no], [enable_alsatest=yes])
|
AC_ARG_ENABLE(alsatest, [ --disable-alsatest Do not try to compile and run a test Alsa program], [enable_alsatest=no], [enable_alsatest=yes])
|
||||||
|
|
||||||
dnl Add any special include directories
|
dnl Add any special include directories
|
||||||
AC_MSG_CHECKING(for ALSA CPPFLAGS)
|
AC_MSG_CHECKING(for ALSA CFLAGS)
|
||||||
if test "$alsa_inc_prefix" != "" ; then
|
if test "$alsa_inc_prefix" != "" ; then
|
||||||
ALSA_CFLAGS="$ALSA_CFLAGS -I$alsa_inc_prefix"
|
ALSA_CFLAGS="$ALSA_CFLAGS -I$alsa_inc_prefix"
|
||||||
CPPFLAGS="$CPPFLAGS -I$alsa_inc_prefix"
|
CFLAGS="$CFLAGS -I$alsa_inc_prefix"
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($ALSA_CFLAGS)
|
AC_MSG_RESULT($ALSA_CFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue