curl-library
fixes for BUILDING_LIBCURL check in configure.ac (was: Bug#329444: libcurl3-dev: configure script error)
Date: Tue, 4 Oct 2005 18:20:57 +0200
tags 329444 + pending
thanks
hi,
here we have a subtle bug due to unprintable chars in configure.ac.
only people using a good editor like vim can see them ;)
regards
domenico
Index: configure.ac
===================================================================
RCS file: /cvsroot/pkg-curl/debian/curl/configure.ac,v
retrieving revision 1.2
diff -d -u -p -r1.2 configure.ac
--- configure.ac 15 Sep 2005 21:51:06 -0000 1.2
+++ configure.ac 4 Oct 2005 16:15:35 -0000
@@ -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
;;
*)
-----[ Domenico Andreoli, aka cavok
--[ http://people.debian.org/~cavok/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
Received on 2005-10-04