summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 5 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 2cf94ef..290617b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,15 +304,12 @@ AS_IF(
)
AC_ARG_ENABLE(
- [ps3],
+ [platform-ps3],
[AS_HELP_STRING(
- [--enable-ps3],
- [build additional programs for the PS3 game console [default=no]]
- )],
- [],
- [enable_ps3=no]
-)
-AM_CONDITIONAL([ENABLE_PS3], [test "x$enable_ps3" = "xyes"])
+ [--enable-platform-ps3],
+ [build support for the PS3 game console [default=no]]
+ )])
+AM_CONDITIONAL([PLATFORM_PS3], [test "x$enable_platform_ps3" = "xyes"])
AC_ARG_ENABLE(
[debug],
OpenPOWER on IntegriCloud