summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-04 20:32:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-04 20:32:17 +0000
commitb29017f15bd8fc4b7b4ce76c0817be05e99b9f56 (patch)
treedc0b05414e92e68942f83fc523f71f6bbf9e0266
parentdb83a0ebbc37dece413b3c8c89cfd2856cd932f6 (diff)
downloadgnurl-b29017f15bd8fc4b7b4ce76c0817be05e99b9f56.tar.gz
gnurl-b29017f15bd8fc4b7b4ce76c0817be05e99b9f56.tar.bz2
gnurl-b29017f15bd8fc4b7b4ce76c0817be05e99b9f56.zip
Domenico Andreoli's patch that removes a few 0xa0(!) bytes
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7c88ad981..40c95a0ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,13 +122,13 @@ case $host in
*-*-mingw*)
AC_DEFINE(BUILDING_LIBCURL, 1, [when building libcurl itself])
AC_MSG_RESULT(yes)
-    AC_MSG_CHECKING([if we need CURL_STATICLIB])
+ AC_MSG_CHECKING([if we need CURL_STATICLIB])
if test "X$enable_shared" = "Xno"
then
AC_DEFINE(CURL_STATICLIB, 1, [when not building a shared library])
AC_MSG_RESULT(yes)
-    else
-      AC_MSG_RESULT(no)
+ else
+ AC_MSG_RESULT(no)
fi
;;
*)