From 6f3e7aabdcbc88d4f94232d66d9c071cd96cacfb Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sat, 22 Jun 2013 22:08:42 +0200 Subject: [PATCH] curl-config.in: replace tabs by spaces --- curl-config.in | 12 ++++++------ 1 file 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)