From 0ad72044d6b625eedda23efe3d3f409a5d03cd4c Mon Sep 17 00:00:00 2001 From: brendan Date: Sat, 8 Mar 2003 02:44:29 +0000 Subject: Don't set OGG_CFLAGS to -INONE/include. We should think about putting all the m4 macros we use into a module that can be shared. Manual synchronisation sucks. svn path=/trunk/ogg/; revision=4441 --- ogg.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogg.m4') diff --git a/ogg.m4 b/ogg.m4 index c73bab5..0f42875 100644 --- a/ogg.m4 +++ b/ogg.m4 @@ -28,7 +28,7 @@ AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run OGG_CFLAGS="-I$ogg_includes" elif test "x$ogg_prefix" != "x" ; then OGG_CFLAGS="-I$ogg_prefix/include" - elif test "$prefix" != "xNONE"; then + elif test "x$prefix" != "xNONE"; then OGG_CFLAGS="-I$prefix/include" fi -- cgit v1.2.1