]> granicus.if.org Git - curl/commitdiff
Domenico Andreoli's patch that removes a few 0xa0(!) bytes
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Oct 2005 20:32:17 +0000 (20:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Oct 2005 20:32:17 +0000 (20:32 +0000)
configure.ac

index 7c88ad981383c0612a0bd6fb21ad052bec0531da..40c95a0eaa4e35bd7de4b1169f4b0485e821b001 100644 (file)
@@ -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
     ;;
   *)