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
commit0ad72044d6b625eedda23efe3d3f409a5d03cd4c (patch)
treeab20c561187a9dcb62de37f566e25ad985d04a1e /ogg.m4
parentcd431123cf7666e3669005278c04d268ef1bf6ea (diff)
downloadogg-git-0ad72044d6b625eedda23efe3d3f409a5d03cd4c.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. svn path=/trunk/ogg/; revision=4441
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