Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3181 in orxonox.OLD for orxonox/trunk/configure.ac


Ignore:
Timestamp:
Dec 15, 2004, 2:08:08 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: without-gtk/sdl makes more sense than enable. I think

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r3180 r3181  
    2525DEBUG=no
    2626AC_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]),
     27AC_ARG_ENABLE([debug],
     28        AC_HELP_STRING( [--enable-debug], [compiles GTK in debug mode. Lots of Debug info about the game]),
    2929         [DEBUG=yes])
    3030echo "$DEBUG"
     
    3838def_gtk=yes
    3939AC_MSG_CHECKING([if gtk should be enabled])
    40 AC_ARG_ENABLE([gtk],
    41         AC_HELP_STRING( [--disable-gtk],
     40AC_ARG_WITH([gtk],
     41        AC_HELP_STRING( [--without-gtk],
    4242        [Prevents GTK from being loaded]), [def_gtk=no])
    4343if test "$def_gtk" = yes; then
     
    5050def_sdl_image=yes
    5151AC_MSG_CHECKING([if SDL_image should be enabled])
    52 AC_ARG_ENABLE([sdl_image],
    53         AC_HELP_STRING( [--disable-sdl-image],
     52AC_ARG_WITH([sdl_image],
     53        AC_HELP_STRING( [--without-sdl-image],
    5454        [Prevents SDL_image from being loaded]), [def_sdl_image=no])
    5555if test "$def_sdl_image" = yes; then
Note: See TracChangeset for help on using the changeset viewer.