[axel-commits] r65 - /trunk/configure

phihag-guest at users.alioth.debian.org phihag-guest at users.alioth.debian.org
Mon Dec 1 16:40:28 UTC 2008


Author: phihag-guest
Date: Mon Dec  1 16:40:27 2008
New Revision: 65

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=65
Log:
Remove unnecessary 3.x configure flags


Modified:
    trunk/configure

Modified: trunk/configure
URL: http://svn.debian.org/wsvn/axel/trunk/configure?rev=65&op=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Dec  1 16:40:27 2008
@@ -15,10 +15,6 @@
 i18n=0
 debug=0
 strip=1
-ftp=1
-metalink=0
-search=0
-ssl=0
 
 arch=`uname -s`
 
@@ -41,10 +37,6 @@
 --i18n=0/1	Disable/enable internationalization	$i18n
 --debug=0/1	Disable/enable debugging		$debug
 --strip=0/1	Disable/enable binary stripping		$strip
---ftp=0/1	Disable/enable FTP support		$ftp
---metalink=0/1	Disable/enable Metalink support		$metalink
---search=0/1	Disable/enable filehosting.com support	$search
---ssl=0/1	Disable/enable HTTPS/FTPS support	$ssl
 EOF
 		exit;
 	fi
@@ -142,18 +134,6 @@
 	fi;
 fi
 
-if [ "$ftp" = "1" ]; then
-	echo '#define FTP' >> config.h;
-fi
-
-if [ "$metalink" = "1" ]; then
-	echo '#define METALINK' >> config.h;
-fi
-
-if [ "$ssl" = "1" ]; then
-	echo '#define SSL' >> config.h;
-fi
-
 case "$arch" in
 FreeBSD )
 	echo '#define NOGETOPTLONG' >> config.h
@@ -248,23 +228,3 @@
 else
 	echo '  Binary stripping disabled.';
 fi
-if [ "$ftp" = "1" ]; then
-	echo '  FTP support enabled.';
-else
-	echo '  FTP support disabled.';
-fi
-if [ "$metalink" = "1" ]; then
-	echo '  Metalink support enabled.';
-else
-	echo '  Metalink support disabled.';
-fi
-if [ "$search" = "1" ]; then
-	echo '  filesearching.com support enabled.';
-else
-	echo '  filesearching.com support disabled.';
-fi
-if [ "$ssl" = "1" ]; then
-	echo '  SSL support enabled.';
-else
-	echo '  SSL support disabled.';
-fi




More information about the axel-commits mailing list