X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=cb43f8c804308b00e290e184ab877e7a73ca5743;hp=524cbc574adaf87769d283bbad8b5b4dc3a8d43f;hb=53aa807ae41e48fd71653c2d00083a44a8bca14c;hpb=cf3593ef4be341aace4843148a7999c5660e8b2b diff --git a/configure.ac b/configure.ac index 524cbc5..cb43f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,16 @@ fi AC_PROG_CC AC_PROG_INSTALL +AC_ARG_ENABLE([ps3], + [AS_HELP_STRING([--enable-ps3], + [build support for the PS3 game console])], + [], + [enable_ps3=check]) + +AS_IF([test "x$enable_ps3" != xno], + [AC_SUBST([ENABLE_PS3], ["y"])], + [AC_SUBST([ENABLE_PS3], ["n"])]) + AC_ARG_WITH([twin], [AS_HELP_STRING([--with-twin], [build GUI versions using the twin window system])],