Changeset 3181 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Dec 15, 2004, 2:08:08 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r3180 r3181 25 25 DEBUG=no 26 26 AC_MSG_CHECKING([if DEBUG-mode should be enabled]) 27 AC_ARG_ WITH([debug],28 AC_HELP_STRING( [-- with-debug], [compiles GTK in debug mode. Lots of Debug info about the game]),27 AC_ARG_ENABLE([debug], 28 AC_HELP_STRING( [--enable-debug], [compiles GTK in debug mode. Lots of Debug info about the game]), 29 29 [DEBUG=yes]) 30 30 echo "$DEBUG" … … 38 38 def_gtk=yes 39 39 AC_MSG_CHECKING([if gtk should be enabled]) 40 AC_ARG_ ENABLE([gtk],41 AC_HELP_STRING( [-- disable-gtk],40 AC_ARG_WITH([gtk], 41 AC_HELP_STRING( [--without-gtk], 42 42 [Prevents GTK from being loaded]), [def_gtk=no]) 43 43 if test "$def_gtk" = yes; then … … 50 50 def_sdl_image=yes 51 51 AC_MSG_CHECKING([if SDL_image should be enabled]) 52 AC_ARG_ ENABLE([sdl_image],53 AC_HELP_STRING( [-- disable-sdl-image],52 AC_ARG_WITH([sdl_image], 53 AC_HELP_STRING( [--without-sdl-image], 54 54 [Prevents SDL_image from being loaded]), [def_sdl_image=no]) 55 55 if test "$def_sdl_image" = yes; then
Note: See TracChangeset
for help on using the changeset viewer.