summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commitea0a5877530a801713c80963c918c0a6f4072d8a (patch)
treeade560a7069d2d4d9f426a4e98b2ca7bf06f150c /configure.ac
parentc10b23bce758df60e906faaf36764e38480c5174 (diff)
downloadtalos-petitboot-ea0a5877530a801713c80963c918c0a6f4072d8a.tar.gz
talos-petitboot-ea0a5877530a801713c80963c918c0a6f4072d8a.zip
Add generic CUI program
Add a non-PS3 CUI program. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
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],
OpenPOWER on IntegriCloud