mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
curl-config.in: replace tabs by spaces
This commit is contained in:
parent
631e3e13a9
commit
6f3e7aabdc
1 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue