]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3630: --static is not actually a valid option
authorBrian West <brian@freeswitch.org>
Wed, 12 Mar 2014 18:13:30 +0000 (13:13 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 12 Mar 2014 18:13:30 +0000 (13:13 -0500)
build/config/libcurl.m4

index c7b5daaa74b544c4626e7af522eaeff165e042b8..453059dd5d83ea1ad4b47ea361b1ccf4234af218 100644 (file)
@@ -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