mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/config/configure.in


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/config/configure.in
Date: Fri, 26 Aug 2005 17:08:58 -0400

Index: mldonkey/config/configure.in
diff -u mldonkey/config/configure.in:1.212 mldonkey/config/configure.in:1.213
--- mldonkey/config/configure.in:1.212  Sun Aug 21 19:39:12 2005
+++ mldonkey/config/configure.in        Fri Aug 26 21:08:58 2005
@@ -189,11 +189,7 @@
 AC_ARG_ENABLE(pthread, [  --disable-pthread       allows you to disable 
pthread support in mldonkey], [PTHREAD_LIBS="$enableval"])
 AC_ARG_ENABLE(pthread-lib, [  --enable-pthread-lib    legacy option], 
[PTHREAD_LIBS="$enableval"])
 
-if [ test "$SYSTEM" = "windows"]; then
-  ICONV=no
-else
-  ICONV=yes
-fi
+ICONV=yes
 AC_ARG_ENABLE(iconv,       [  --disable-iconv         disable the use of iconv 
for compiling on broken windows environments], [ICONV="$enableval"])
 
 GD=yes
@@ -571,7 +567,7 @@
 BZIP2=no
 HAS_BZIP2=false
 if test "$USE_BZIP2" != "no"; then
-  AC_CHECK_LIB(bz2,BZ2_bzReadOpen,[AC_CHECK_HEADERS(bzlib.h,[BZIP2=yes],)])
+  AC_CHECK_HEADERS(bzlib.h,[AC_CHECK_LIB(bz2,BZ2_bzReadOpen,[BZIP2=yes],)])
 fi
 
 if test "$BZIP2" = "yes"; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]