aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2002-12-01 20:29:20 +0000
committerMax Horn2002-12-01 20:29:20 +0000
commit5b188353de50190dea8df123891f5934d8d94ed7 (patch)
tree928ad300ed46278fcbe8eff9c8dcb94b45dcebf3 /configure
parent791d92495e8f0ea29c9dbc28bebdb69143d8e050 (diff)
downloadscummvm-rg350-5b188353de50190dea8df123891f5934d8d94ed7.tar.gz
scummvm-rg350-5b188353de50190dea8df123891f5934d8d94ed7.tar.bz2
scummvm-rg350-5b188353de50190dea8df123891f5934d8d94ed7.zip
OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard
svn-id: r5795
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure b/configure
index b61a4c6e23..d2f0288eed 100755
--- a/configure
+++ b/configure
@@ -14,12 +14,9 @@
# - select the desired backend (sdl, x11, ...)
# - whether to dump scripts (sets -DDUMP_SCRIPTS)
# - whether mad should be used (--enabled-mad) -> set LIBS/DEFINES
-# * detect whether the chose backend is available (e.g. call sdl-config)
-# * detect whether mad/ALSA/... are available
-# * detect endianess and write that into config.h
-# * detect size of data types and write that into config.h
-# * check whether compiler supports "bool" and if not,
-# define HAVE_NO_BOOL and add code to config.h to implement "bool"
+# - whether to do a debug build (with -g) or an optimized build (-O3 etc.)
+# * detect whether the chosen backend is available (e.g. call sdl-config)
+# * detect whether mad/ALSA/vorbis/... are available
# * ....