From 12bc3828ee82cafa2822e131fa2981f6f21164ae Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 12 Mar 2014 13:13:30 -0500 Subject: [PATCH] FS-3630: --static is not actually a valid option --- build/config/libcurl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/libcurl.m4 b/build/config/libcurl.m4 index c7b5daaa74..453059dd5d 100644 --- a/build/config/libcurl.m4 +++ b/build/config/libcurl.m4 @@ -97,7 +97,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], LIBCURL_CPPFLAGS=`$_libcurl_config --cflags` fi if test x"$LIBCURL" = "x" ; then - LIBCURL=`$_libcurl_config --libs --static` + LIBCURL=`$_libcurl_config --libs` # This is so silly, but Apple actually has a bug in their # curl-config script. Fixed in Tiger, but there are still