mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-11 05:33:43 -04:00
don't set cflags if the prefix is /usr (gcc3 warns it).
This commit is contained in:
parent
b37f4e1cab
commit
2e24084d3b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ else
|
||||||
else
|
else
|
||||||
aprefix=$ac_default_prefix
|
aprefix=$ac_default_prefix
|
||||||
fi
|
fi
|
||||||
if test -z "$soundbasedir" -a -r "$aprefix/include/sound"; then
|
if test -z "$soundbasedir" -a x"$aprefix" != x/usr -a -r "$aprefix/include/sound"; then
|
||||||
ALSA_CFLAGS="$ALSA_CFLAGS -I$aprefix/include"
|
ALSA_CFLAGS="$ALSA_CFLAGS -I$aprefix/include"
|
||||||
CFLAGS="$CFLAGS -I$aprefix/include"
|
CFLAGS="$CFLAGS -I$aprefix/include"
|
||||||
AC_MSG_RESULT($ALSA_CFLAGS)
|
AC_MSG_RESULT($ALSA_CFLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue