[xiph-cvs] cvs commit: libshout/m4 ogg.m4
Brendan
brendan at xiph.org
Fri Mar 7 18:43:14 PST 2003
brendan 03/03/07 21:43:14
Modified: m4 ogg.m4
Log:
Don't set OGG_CFLAGS to -INONE/include
Revision Changes Path
1.2 +1 -1 libshout/m4/ogg.m4
Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/m4/ogg.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ogg.m4 7 Mar 2003 23:57:43 -0000 1.1
+++ ogg.m4 8 Mar 2003 02:43:14 -0000 1.2
@@ -28,7 +28,7 @@
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
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list