diff --git a/configure.ac b/configure.ac index 6652479d..3b5ff041 100644 --- a/configure.ac +++ b/configure.ac @@ -92,8 +92,6 @@ message_string="no" runtime_mode="procs" -stand_alone="no" - incore_res="no" use_miniguientry="no" fixed_math="yes" @@ -314,10 +312,6 @@ AC_ARG_WITH(runmode, [ --with-runmode=procs/ths/sa the MiniGUI runtime mode ], runtime_mode=$withval) -AC_ARG_ENABLE(standalone, -[ --enable-standalone build MiniGUI-Standalone version ], -stand_alone=$enableval) - AC_ARG_ENABLE(incoreres, [ --enable-incoreres use incore resource instead file IO to initialize MiniGUI ], incore_res=$enableval)