[xiph-cvs] cvs commit: ogg ogg.m4
Brendan
brendan at xiph.org
Fri Mar 7 18:44:29 PST 2003
brendan 03/03/07 21:44:29
Modified: . ogg.m4
Log:
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.
Revision Changes Path
1.11 +1 -1 ogg/ogg.m4
Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/ogg/ogg.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ogg.m4 9 Jul 2002 12:54:42 -0000 1.10
+++ ogg.m4 8 Mar 2003 02:44:29 -0000 1.11
@@ -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