configure
changeset 5108 dc67d70b5a45
parent 4827 e79ca4952307
child 5117 a4a7fd847b77
--- a/configure	Thu Nov 16 20:57:23 2006 +0000
+++ b/configure	Thu Nov 16 22:05:33 2006 +0000
@@ -35,11 +35,13 @@
 	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 " freetype           Do you want freetype-support?       [yes]"
 	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]"
+	echo " --freetype-config  Where is your freetype-config       [freetype-config]"
 	echo " --with-iconv       Set the path to your iconv headers  []"
 	echo " "
 }
@@ -181,6 +183,12 @@
 		--without-cocoa)
 			PARAM="$PARAM WITH_COCOA="
 			;;
+		--with-freetype)
+			PARAM="$PARAM WITH_FREETYPE=1"
+			;;
+		--without-freetype)
+			PARAM="$PARAM WITH_FREETYPE="
+			;;
 		--static-zlib-path=*)
 			handle STATIC_ZLIB_PATH "$n"
 			;;
@@ -199,6 +207,12 @@
 		--libpng-config)
 			ITEM="LIBPNG_CONFIG"
 			;;
+		--freetype-config=*)
+			handle FREETYPE_CONFIG "$n"
+			;;
+		--freetype-config)
+			ITEM="FREETYPE_CONFIG"
+			;;
 
 		--*=*)
 			echo -n "Unknown switch "