mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix wrong CFLAGS with --with-kernel option
This commit is contained in:
parent
3a9e04d40c
commit
e94033141d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ AC_ARG_WITH(kernel,
|
|||
[kerneldir="$withval"], [kerneldir=""])
|
||||
if test "$kerneldir" != "" -a -d $kerneldir/include ; then
|
||||
ALSA_CFLAGS="$ALSA_CFLAGS -I$kerneldir/include"
|
||||
CFLAGS="-I$kerneldir/include"
|
||||
CFLAGS="$CFLAGS -I$kerneldir/include"
|
||||
fi
|
||||
AC_MSG_RESULT($ALSA_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue