diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-09-12 06:50:21 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-09-12 06:50:21 +0000 |
commit | 48b54d7a719812e3f62177b8f6be12e244c85b1b (patch) | |
tree | fcdba8be9ac51b9db4ea666ec75b0593492dfb27 /m4/libFLAC.m4 | |
parent | ca84702d8dcbbe2199ed9e1440780ec6d437e0eb (diff) | |
download | mpd-48b54d7a719812e3f62177b8f6be12e244c85b1b.tar.gz mpd-48b54d7a719812e3f62177b8f6be12e244c85b1b.tar.xz mpd-48b54d7a719812e3f62177b8f6be12e244c85b1b.zip |
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
Diffstat (limited to '')
-rw-r--r-- | m4/libFLAC.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libFLAC.m4 b/m4/libFLAC.m4 index b6950e7bd..a478d7866 100644 --- a/m4/libFLAC.m4 +++ b/m4/libFLAC.m4 @@ -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 |