test320/1/2/4: fix the port number substitution variables
[platform/upstream/curl.git] / curl-config.in
index e0fa03c..1ddf4c2 100644 (file)
@@ -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)