From 166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 31 Dec 2002 02:09:57 +0000 Subject: get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping svn-id: r6284 --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') 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; -- cgit v1.2.3