diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-06-22 22:08:42 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-06-22 22:08:42 +0200 |
commit | 6f3e7aabdcbc88d4f94232d66d9c071cd96cacfb (patch) | |
tree | 24e8e13f52ce097ff9d0216d0f0e346e9ecb1aa2 /curl-config.in | |
parent | 631e3e13a90eb7124d43310c3452948fba6c6136 (diff) | |
download | curl-6f3e7aabdcbc88d4f94232d66d9c071cd96cacfb.tar.gz |
curl-config.in: replace tabs by spaces
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 12 |
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) |