[xiph-cvs] cvs commit: theora configure.in
Ralph Giles
giles at xiph.org
Sun Jul 27 11:28:58 PDT 2003
giles 03/07/27 14:28:58
Modified: . configure.in
Log:
Add OGG_CFLAGS to CFLAGS so --with-ogg works correctly.
Revision Changes Path
1.11 +1 -0 theora/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/theora/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- configure.in 15 Jul 2003 13:36:34 -0000 1.10
+++ configure.in 27 Jul 2003 18:28:58 -0000 1.11
@@ -86,6 +86,7 @@
please see http://www.xiph.org/ for how to
obtain a copy.
]))
+CFLAGS="$CFLAGS $OGG_CFLAGS"
LIBS="$LIBS $OGG_LIBS"
AC_CHECK_FUNC(oggpackB_read, , [
AC_MSG_ERROR([newer libogg version (>1.0) required])
<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