diff -r 885e5243bb50 -r affe4d2adc94 configure --- a/configure Tue Sep 02 16:37:43 2014 +0200 +++ b/configure Tue Sep 02 16:54:18 2014 +0200 @@ -2034,7 +2034,7 @@ PACKAGE="mbsePi-apps" -VERSION="0.2.1" +VERSION="0.2.2" COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved" CYEARS="2014" @@ -3523,6 +3523,7 @@ fi +SIMULATOR=No # Check whether --enable-simulator was given. if test "${enable_simulator+set}" = set; then : enableval=$enable_simulator; simulator=$enableval @@ -3533,6 +3534,7 @@ if test "$simulator" = "yes"; then $as_echo "#define USE_SIMULATOR 1" >>confdefs.h + SIMULATOR=Yes fi # Check whether --enable-debugging was given. @@ -5072,6 +5074,7 @@ Version : ............ ${VERSION} Main directory : ..... ${prefix} WiringPi : ........... ${WIRINGPI} + Simulator : .......... ${SIMULATOR} Now type 'make' and 'sudo make install' " >&5 @@ -5083,6 +5086,7 @@ Version : ............ ${VERSION} Main directory : ..... ${prefix} WiringPi : ........... ${WIRINGPI} + Simulator : .......... ${SIMULATOR} Now type 'make' and 'sudo make install' " >&6; }