summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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