Displaying 1 result from an estimated 1 matches for "curl_librari".
Did you mean:
curl_libraries
2003 Aug 30
1
Fink's vorbis-tools patch
...-urN vorbis-tools-1.0.orig/acinclude.m4 vorbis-tools-1.0/acinclude.m4
--- vorbis-tools-1.0.orig/acinclude.m4 Fri Jul 12 18:24:54 2002
+++ vorbis-tools-1.0/acinclude.m4 Mon Jan 20 19:44:11 2003
@@ -425,36 +425,20 @@
if test "x$curl_prefix" != "xno" ; then
- if test "x$curl_libraries" != "x" ; then
- CURL_LIBS="-L$curl_libraries"
- elif test "x$curl_prefix" != "x" ; then
- CURL_LIBS="-L$curl_prefix/lib"
- elif test "x$prefix" != "xNONE" ; then
- CURL_LIBS="-L$prefix/lib"
- fi
-
-...