[xiph-cvs] cvs commit: vorbis configure.in
Brendan
brendan at xiph.org
Sat Jan 18 13:04:21 PST 2003
brendan 03/01/18 16:04:21
Modified: . configure.in
Log:
Test for oggpack_writealign in libogg (closes #215)
Revision Changes Path
1.67 +2 -3 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- configure.in 7 Nov 2002 11:30:23 -0000 1.66
+++ configure.in 18 Jan 2003 21:04:21 -0000 1.67
@@ -185,7 +185,8 @@
AC_CHECK_LIB(pthread, pthread_create, pthread_lib="-lpthread", :)
XIPH_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))
-dnl AC_CHECK_LIB(ogg, oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
+LIBS="$LIBS $OGG_LIBS"
+AC_CHECK_FUNC(oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
dnl --------------------------------------------------
dnl Check for library functions
@@ -197,8 +198,6 @@
dnl --------------------------------------------------
dnl Do substitutions
dnl --------------------------------------------------
-
-LIBS="$LIBS $OGG_LIBS"
AC_SUBST(LIBS)
AC_SUBST(DEBUG)
<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