[xiph-cvs] cvs commit: vorbis-tools configure.in
Stan Seibert
volsung at xiph.org
Fri Oct 26 23:35:52 PDT 2001
volsung 01/10/26 23:35:52
Modified: . Tag: volsung_kc_20011011 configure.in
Log:
libcurl check in configure script
Revision Changes Path
No revision
No revision
1.21.2.1.2.1 +3 -0 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.1.2.1
diff -u -r1.21.2.1 -r1.21.2.1.2.1
--- configure.in 2001/10/12 01:44:17 1.21.2.1
+++ configure.in 2001/10/27 06:35:51 1.21.2.1.2.1
@@ -101,6 +101,9 @@
AM_PATH_VORBIS(,AC_MSG_ERROR(Vorbis needed!))
AM_PATH_AO(,AC_MSG_ERROR(libao needed!))
SOCKET_LIBS=
+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_LIB(socket, socket, SOCKET_LIBS="-lsocket")
AC_CHECK_LIB(nsl, gethostbyname, SOCKET_LIBS="-lnsl $SOCKET_LIBS")
--- >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