curl-config.in: replace tabs by spaces
authorKamil Dudka <kdudka@redhat.com>
Sat, 22 Jun 2013 20:08:42 +0000 (22:08 +0200)
committerKamil Dudka <kdudka@redhat.com>
Sat, 22 Jun 2013 20:08:42 +0000 (22:08 +0200)
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)