diff options
Diffstat (limited to 'm4/libFLAC.m4')
-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 |