summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 13c7b6266d..900c464d10 100755
--- a/configure
+++ b/configure
@@ -99,8 +99,6 @@ if [ ! -z ${LIBCURL_VERSION} ]; then
CONFIG+=" 'curl_static_libs%': $(quote_flags $(mason static_libs libcurl ${LIBCURL_VERSION})),"$LN
CONFIG+=" 'curl_cflags%': $(quote_flags $(mason cflags libcurl ${LIBCURL_VERSION})),"$LN
CONFIG+=" 'curl_ldflags%': $(quote_flags $(mason ldflags libcurl ${LIBCURL_VERSION})),"$LN
-else
- CONFIG+=" 'curl_static_libs%': [],"$LN
fi
if [ ! -z ${GLFW_VERSION} ]; then