X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=290617b8ef332212d1144a5e17789b82345fdd23;hp=d02c85f3c9c87df70f1825203a1e50ba63dc1d75;hb=fed2c4da36c2708f2a5a7a09eba61d014b9339d6;hpb=41f3b4219b9298d9d09b637772c1731b30ec1199 diff --git a/configure.ac b/configure.ac index d02c85f..290617b 100644 --- a/configure.ac +++ b/configure.ac @@ -304,15 +304,12 @@ AS_IF( ) AC_ARG_ENABLE( - [ps3], + [platform-ps3], [AS_HELP_STRING( - [--enable-ps3], - [build additional programs for the PS3 game console [default=no]] - )], - [], - [enable_ps3=no] -) -AM_CONDITIONAL([ENABLE_PS3], [test "x$enable_ps3" = "xyes"]) + [--enable-platform-ps3], + [build support for the PS3 game console [default=no]] + )]) +AM_CONDITIONAL([PLATFORM_PS3], [test "x$enable_platform_ps3" = "xyes"]) AC_ARG_ENABLE( [debug], @@ -322,7 +319,6 @@ AC_ARG_ENABLE( [], [enable_debug=check] ) -#AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = "xyes"]) AC_ARG_ENABLE( [test-valgrind],