From ea0a5877530a801713c80963c918c0a6f4072d8a Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Jul 2009 10:40:44 -0700 Subject: Add generic CUI program Add a non-PS3 CUI program. Signed-off-by: Geoff Levand --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb43f8c..fa40f34 100644 --- a/configure.ac +++ b/configure.ac @@ -35,9 +35,7 @@ AC_ARG_ENABLE([ps3], [], [enable_ps3=check]) -AS_IF([test "x$enable_ps3" != xno], - [AC_SUBST([ENABLE_PS3], ["y"])], - [AC_SUBST([ENABLE_PS3], ["n"])]) +AS_IF([test "x$enable_ps3" != xno], [AC_SUBST([ENABLE_PS3], ["y"])], []) AC_ARG_WITH([twin], [AS_HELP_STRING([--with-twin], -- cgit v1.2.1