X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=fa40f34ecbb15b6102f48c8d7f80fa0000e80058;hb=c763f15030565eef2e8b28fdf471ef3e7dd9b933;hp=524cbc574adaf87769d283bbad8b5b4dc3a8d43f;hpb=cf3593ef4be341aace4843148a7999c5660e8b2b;p=petitboot 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])],