]> git.ozlabs.org Git - petitboot/blobdiff - configure.ac
Remove discover sd to ps3d hack
[petitboot] / configure.ac
index c67f0ed927fd09cdfc2681e4011bff105b3cc942..cb43f8c804308b00e290e184ab877e7a73ca5743 100644 (file)
@@ -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])],
@@ -51,6 +61,6 @@ AS_IF([test "x$with_twin" != xno],
                [${twin_LIBS}])])
 
 mkdir -p discover lib/list lib/log lib/pb-protocol lib/system lib/talloc \
-       lib/waiter test ui/common ui/ncurses ui/test ui/twin
+       lib/waiter test ui/common ui/ncurses ui/test ui/twin utils
 
 AC_OUTPUT