Changeset - r4827:de08cc8ce3b4
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-10-12 14:31:42
darkvater@openttd.org
(svn r6751) -Fix: Add option to enable/disable network support. Default is on
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -30,12 +30,13 @@ function showhelp() {
 
	echo " static             Do you want a static build?         [no]"
 
	echo " directmusic        Do you want direct-music?           [no]"
 
	echo " zlib               Do you want zlib-support?           [yes]"
 
	echo " sdl                Do you want SDL-support?            [yes]"
 
	echo " png                Do you want PNG-support?            [yes]"
 
	echo " iconv              Do you want iconv-support?          [no]"
 
	echo " network            Do you want network-support?        [yes]"
 
	echo " cocoa              Do you want cocoa-support? (MacOSX) [no]"
 
	echo ""
 
	echo "Params used to configure external libs:"
 
	echo " --static-zlib-path Set the path to your static zlib    []"
 
	echo " --sdl-config       Where is your sdl-config            [sdl-config]"
 
	echo " --libpng-config    Where is your libpng-config         [libpng-config]"
 
@@ -168,12 +169,18 @@ do
 
		--without-iconv)
 
			PARAM="$PARAM WITH_ICONV="
 
			;;
 
		--with-cocoa)
 
			PARAM="$PARAM WITH_COCOA=1"
 
			;;
 
		--with-network)
 
			PARAM="$PARAM WITH_NETWORK=1"
 
			;;
 
		--without-network)
 
			PARAM="$PARAM WITH_NETWORK="
 
			;;
 
		--without-cocoa)
 
			PARAM="$PARAM WITH_COCOA="
 
			;;
 
		--static-zlib-path=*)
 
			handle STATIC_ZLIB_PATH "$n"
 
			;;
0 comments (0 inline, 0 general)