summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curl-config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/curl-config.in b/curl-config.in
index e0fa03c2d..1ddf4c2c7 100644
--- a/curl-config.in
+++ b/curl-config.in
@@ -155,12 +155,12 @@ while test $# -gt 0; do
;;
--static-libs)
- if test "X@ENABLE_STATIC@" != "Xno" ; then
- echo @libdir@/libcurl.@libext@ @LDFLAGS@ @LIBCURL_LIBS@
- else
- echo "curl was built with static libraries disabled" >&2
- exit 1
- fi
+ if test "X@ENABLE_STATIC@" != "Xno" ; then
+ echo @libdir@/libcurl.@libext@ @LDFLAGS@ @LIBCURL_LIBS@
+ else
+ echo "curl was built with static libraries disabled" >&2
+ exit 1
+ fi
;;
--configure)