From c662b7e34fb22ce8c82abdd35e4e01d4a9ed2e85 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. git-svn-id: http://svn.xiph.org/trunk/ogg@4441 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- 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