m4/lib*FLAC.m4: fix typos, -INONE/include no longer mis-added to CFLAGS

git-svn-id: https://svn.musicpd.org/mpd/trunk@4763 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong 2006-09-12 06:50:21 +00:00
parent ca84702d8d
commit 48b54d7a71
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ AC_ARG_ENABLE(libFLACtest, [ --disable-libFLACtest Do not try to compile
LIBFLAC_CFLAGS="-I$libFLAC_includes"
elif test "x$libFLAC_prefix" != "x" ; then
LIBFLAC_CFLAGS="-I$libFLAC_prefix/include"
elif test "$prefix" != "xNONE"; then
elif test "x$prefix" != "xNONE"; then
LIBFLAC_CFLAGS="-I$prefix/include"
fi

View File

@ -27,7 +27,7 @@ AC_ARG_ENABLE(libOggFLACtest, [ --disable-libOggFLACtest Do not try to co
LIBOGGFLAC_CFLAGS="-I$libOggFLAC_includes"
elif test "x$libOggFLAC_prefix" != "x" ; then
LIBOGGFLAC_CFLAGS="-I$libOggFLAC_prefix/include"
elif test "$prefix" != "xNONE"; then
elif test "x$prefix" != "xNONE"; then
LIBOGGFLAC_CFLAGS="-I$prefix/include"
fi