summaryrefslogtreecommitdiff
path: root/ogg.m4
diff options
context:
space:
mode:
authorbrendan <brendan@xiph.org>2003-03-08 02:44:29 +0000
committerbrendan <brendan@xiph.org>2003-03-08 02:44:29 +0000
commitc662b7e34fb22ce8c82abdd35e4e01d4a9ed2e85 (patch)
treeab20c561187a9dcb62de37f566e25ad985d04a1e /ogg.m4
parent598bd1c840a2f62f27357547e5e9e9b2f4a49744 (diff)
downloadogg-c662b7e34fb22ce8c82abdd35e4e01d4a9ed2e85.tar.gz
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
Diffstat (limited to 'ogg.m4')
-rw-r--r--ogg.m42
1 files changed, 1 insertions, 1 deletions
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