[xiph-cvs] cvs commit: vorbis configure.in
Michael Smith
msmith at xiph.org
Fri Jul 19 06:44:37 PDT 2002
msmith 02/07/19 06:44:36
Modified: . configure.in
Log:
This check is broken (doesn't respect --with-ogg=/foo), we're better off
removing it entirely.
Revision Changes Path
1.63 +1 -1 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- configure.in 2002/07/19 06:48:15 1.62
+++ configure.in 2002/07/19 13:44:36 1.63
@@ -164,7 +164,7 @@
AC_CHECK_LIB(pthread, pthread_create, pthread_lib="-lpthread", :)
XIPH_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))
-AC_CHECK_LIB(ogg, oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
+dnl AC_CHECK_LIB(ogg, oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
dnl --------------------------------------------------
dnl Check for library functions
<p><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