From ab6a8ba7eed7b53c9fc6366edc3215f9ec1c3a68 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 2 Aug 2018 17:29:39 +0000 Subject: configure: Rename ENABLE_PS3 to PLATFORM_PS3 To prepare for other configure platform names. Signed-off-by: Geoff Levand Signed-off-by: Samuel Mendoza-Jonas --- configure.ac | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'configure.ac') 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], -- cgit v1.2.1