Changeset 3592 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Mar 17, 2005, 3:33:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r3569 r3592 56 56 if test x$DEBUG = xno; then 57 57 echo "no" 58 echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed."59 DEBUG= 358 echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed." 59 DEBUG=4 60 60 elif test x$DEBUG = xyes; then 61 61 echo "yes" … … 68 68 69 69 AC_SUBST(DEBUG) 70 71 #---------------# 72 # Modular Debug # 73 #---------------# 74 MODULAR_DEBUG=yes 75 AC_MSG_CHECKING([if Modular-DEBUG-mode should be ebabled]) 76 AC_ARG_ENABLE([modular-debug], 77 AC_HELP_STRING( [--disable-modular-debug], [compiles in modular-debug mode, that logs differently on the many modules of orxonox.]), 78 MODULAR_DEBUG=$enableval) 79 80 if test x$MODULAR_DEBUG = xno; then 81 echo "no" 82 elif test x$MODULAR_DEBUG = xyes; then 83 echo "yes" 84 AC_DEFINE_UNQUOTED(MODULAR_DEBUG, 1, [if Modular-DUBUG mode is enabled]) 85 fi 70 86 71 87 #--------------#
Note: See TracChangeset
for help on using the changeset viewer.