Displaying 1 result from an estimated 1 matches for "curl_prefix".
Did you mean:
cur_prefix
2003 Aug 30
1
Fink's vorbis-tools patch
...gendian = bigendian;
opt->readdata = (void *)aiff;
diff -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" != "xNON...