Changeset 3205 in orxonox.OLD for orxonox/trunk/configure
- Timestamp:
- Dec 17, 2004, 7:27:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r3197 r3205 865 865 --disable-dependency-tracking speeds up one-time build 866 866 --enable-dependency-tracking do not reject slow dependency extractors 867 --enable-debug compiles GTK in debug mode. Lots of Debug info about868 the game867 --enable-debug compiles in debug mode. Lots of debug info about the 868 game. 869 869 870 870 Optional Packages: … … 3846 3846 if test "${enable_debug+set}" = set; then 3847 3847 enableval="$enable_debug" 3848 DEBUG= yes3848 DEBUG=$enableval 3849 3849 fi; 3850 echo "$DEBUG" 3851 if test "$DEBUG" = yes; then 3850 3851 if test "$DEBUG" = "no"; then 3852 echo "no" 3853 echo " -> Setting debuglevel to 1. Like this you can still see errors." 3854 DEBUG=1 3855 elif test "$DEBUG" = yes; then 3856 echo "yes" 3857 echo " -> Setting debuglevel to 3. HARD DEBUG MODE!!." 3858 DEBUG=3 3859 else 3860 echo "yes set to $DEBUG" 3861 fi 3852 3862 3853 3863 cat >>confdefs.h <<_ACEOF 3854 #define DEBUG 13855 _ACEOF 3856 3857 fi 3864 #define DEBUG $DEBUG 3865 _ACEOF 3866 3867 3858 3868 3859 3869 3860 3870 3861 3871 ## GTK-disabled 3862 def_gtk=yes3863 3872 echo "$as_me:$LINENO: checking if gtk should be enabled" >&5 3864 3873 echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6 … … 3868 3877 withval="$with_gtk" 3869 3878 def_gtk=no 3879 else 3880 def_gtk=yes 3870 3881 fi; 3871 3882 if test "$def_gtk" = yes; then
Note: See TracChangeset
for help on using the changeset viewer.