X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=fa40f34ecbb15b6102f48c8d7f80fa0000e80058;hp=524cbc574adaf87769d283bbad8b5b4dc3a8d43f;hb=4b77f0c4b55ff443ea06854cd12098ffce233c8a;hpb=cf3593ef4be341aace4843148a7999c5660e8b2b diff --git a/configure.ac b/configure.ac index 524cbc5..fa40f34 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,14 @@ 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_ARG_WITH([twin], [AS_HELP_STRING([--with-twin], [build GUI versions using the twin window system])],