From f65d885967d86b9f9b88f6b1648cf5c3d58c7c4f Mon Sep 17 00:00:00 2001 From: brendan Date: Sat, 8 Mar 2003 02:43:14 +0000 Subject: [PATCH] Don't set OGG_CFLAGS to -INONE/include svn path=/trunk/m4/; revision=4440 --- m4/ogg.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ogg.m4 b/m4/ogg.m4 index c73bab54..0f428756 100644 --- a/m4/ogg.m4 +++ b/m4/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