summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-02 17:29:39 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commitab6a8ba7eed7b53c9fc6366edc3215f9ec1c3a68 (patch)
tree430112c558d1a8e802dc3c08183de01f3d464d4f /configure.ac
parent6fe83028cc8de0954e81bede58115c18ec29b040 (diff)
downloadtalos-petitboot-ab6a8ba7eed7b53c9fc6366edc3215f9ec1c3a68.tar.gz
talos-petitboot-ab6a8ba7eed7b53c9fc6366edc3215f9ec1c3a68.zip
configure: Rename ENABLE_PS3 to PLATFORM_PS3
To prepare for other configure platform names. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
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