Skip to content
Snippets Groups Projects
Commit b29017f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Domenico Andreoli's patch that removes a few 0xa0(!) bytes

parent db83a0eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment