From a4023be98bf53b883d06642a6cd47bae4e3a9bb8 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 25 Nov 2014 19:21:25 +0000 Subject: [PATCH] Removed 'SNAPSHOT_SUPPORT' from configure, since building this is no longer an option that can be disabled. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3103 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- configure | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/configure b/configure index 6a357ef12..8f6c4f0a5 100755 --- a/configure +++ b/configure @@ -21,7 +21,6 @@ _zlib=auto _build_windowed=yes _build_sound=yes _build_debugger=yes -_build_snapshot=yes _build_joystick=yes _build_cheats=yes _build_thumb=yes @@ -598,14 +597,6 @@ else echo fi -if test "$_build_snapshot" = "yes" ; then - echo_n " Snapshot support enabled" - echo -else - echo_n " Snapshot support disabled" - echo -fi - if test "$_build_joystick" = yes ; then echo_n " Joystick support enabled" echo @@ -731,10 +722,6 @@ if test "$_build_debugger" = yes ; then INCLUDES="$INCLUDES -I$DBG -I$DBGGUI -I$YACC" fi -if test "$_build_snapshot" = yes ; then - DEFINES="$DEFINES -DSNAPSHOT_SUPPORT" -fi - if test "$_build_joystick" = yes ; then DEFINES="$DEFINES -DJOYSTICK_SUPPORT" fi