From c0b5866e26c452fdded8b02e787a00abc90ba346 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 d1e6f65aa5..5ddf77f321 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 -- 2.47.2