aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2002-12-31 02:09:57 +0000
committerMax Horn2002-12-31 02:09:57 +0000
commit166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2 (patch)
tree50a5201e6cc80a9a7480c797b49458cd46d27b97 /configure
parent1ce31266a981a94cdcdbf5831d0d02720b56ca71 (diff)
downloadscummvm-rg350-166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2.tar.gz
scummvm-rg350-166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2.tar.bz2
scummvm-rg350-166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2.zip
get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping
svn-id: r6284
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index d2f0288eed..05ab98d471 100755
--- a/configure
+++ b/configure
@@ -12,7 +12,6 @@
# * command line options to...
# - override the host settings (for cross compiles
# - select the desired backend (sdl, x11, ...)
-# - whether to dump scripts (sets -DDUMP_SCRIPTS)
# - whether mad should be used (--enabled-mad) -> set LIBS/DEFINES
# - 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)
@@ -109,9 +108,6 @@ for x in $@; do
echo "#define USE_MAD" >> config.h
LIBS="$LIBS -lmad"
;;
- x--enable-dump-scripts)
- echo "#define DUMP_SCRIPTS" >> config.h
- ;;
esac;
done;