[xiph-cvs] cvs commit: vorbis-tools configure.in
Stan Seibert
volsung at xiph.org
Fri Nov 23 07:36:47 PST 2001
volsung 01/11/23 07:36:47
Modified: . Tag: volsung_kc_20011011 configure.in
Log:
Missed some of the changes in the last patch.
Revision Changes Path
No revision
No revision
1.21.2.1.2.2 +4 -0 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.21.2.1.2.1
retrieving revision 1.21.2.1.2.2
diff -u -r1.21.2.1.2.1 -r1.21.2.1.2.2
--- configure.in 2001/10/27 06:35:51 1.21.2.1.2.1
+++ configure.in 2001/11/23 15:36:46 1.21.2.1.2.2
@@ -104,6 +104,8 @@
AC_CHECK_HEADER(curl/curl.h, , AC_MSG_ERROR(libcurl headers needed!))
AC_CHECK_HEADER(curl/easy.h, , AC_MSG_ERROR(libcurl headers needed!))
AC_CHECK_LIB(curl, curl_easy_perform, , AC_MSG_ERROR(libcurl needed!))
+AC_CHECK_HEADER(pthread.h, , AC_MSG_ERROR(pthread header needed!))
+AC_CHECK_LIB(pthread, pthread_mutex_init, THREAD_LIBS="-lpthread", AC_MSG_ERROR(pthread library needed!))
AC_CHECK_LIB(socket, socket, SOCKET_LIBS="-lsocket")
AC_CHECK_LIB(nsl, gethostbyname, SOCKET_LIBS="-lnsl $SOCKET_LIBS")
@@ -112,6 +114,7 @@
dnl --------------------------------------------------
AC_FUNC_SMMAP
+AC_CHECK_FUNCS(atexit on_exit)
dnl --------------------------------------------------
dnl Work around FHS stupidity
@@ -125,6 +128,7 @@
AC_SUBST(DEBUG)
AC_SUBST(PROFILE)
+AC_SUBST(THREAD_LIBS)
AC_SUBST(SOCKET_LIBS)
AC_OUTPUT(Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile ogginfo/Makefile debian/Makefile)
--- >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