aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libcurl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libcurl.m4')
-rw-r--r--m4/libcurl.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index 8ade5445c..882770924 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -1,7 +1,7 @@
# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
# [ACTION-IF-YES], [ACTION-IF-NO])
# ----------------------------------------------------------
-# David Shaw <[email protected]> Apr-21-2005
+# David Shaw <[email protected]> Jun-21-2005
#
# Checks for libcurl. DEFAULT-ACTION is the string yes or no to
# specify whether to default to --with-libcurl or --without-libcurl.
@@ -99,9 +99,10 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
LIBCURL=`$_libcurl_config --libs`
# This is so silly, but Apple actually has a bug in their
- # curl-config script!
+ # curl-config script. Fixed in Tiger, but there are still
+ # lots of Panther installs around.
case "${host}" in
- powerpc-apple-darwin*)
+ powerpc-apple-darwin7*)
LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'`
;;
esac