]> 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)
committerTravis Cross <tc@traviscross.com>
Wed, 12 Mar 2014 18:21:16 +0000 (18:21 +0000)
build/config/libcurl.m4

index d1e6f65aa5215b9fd1c8e6089321270a5805fd86..5ddf77f3211a91d0aa48b44e74689cda7cecd623 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