configure
changeset 5305 e07957fe871e
parent 5117 a4a7fd847b77
child 5386 57c38a03a0da
child 5643 3778051e8095
--- a/configure	Sat Dec 09 23:55:56 2006 +0000
+++ b/configure	Sun Dec 10 00:20:26 2006 +0000
@@ -20,7 +20,7 @@
 	echo " --host-cxx          Sets the C++ host-compiler          []"
 	echo " --os                Sets the OS. Listens to:            [detected]"
 	echo "                        UNIX, OSX, FREEBSD, MORPHOS"
-	echo "                        BEOS, SUNOS, CYGWIN, MINGW"
+	echo "                        BEOS, SUNOS, CYGWIN, MINGW, OS2"
 	echo " --windres           Sets the windres (Windows)          [windres]"
 	echo " --force-le          Force LE platform                   [no]"
 	echo " --force-be          Force BE platform                   [no]"
@@ -277,6 +277,9 @@
 		BEOS)
 			PARAM="$PARAM BEOS=1 UNIX=1"
 			;;
+		OS2)
+			PARAM="$PARAM OS2=1 UNIX=1"
+			;;
 		SUNOS)
 			PARAM="$PARAM SUNOS=1 UNIX=1"
 			;;