configure.ac: Fix help string for --disable-pwr8 configure option
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 10 May 2017 15:44:29 +0000 (17:44 +0200)
committerEric Engestrom <eric.engestrom@imgtec.com>
Thu, 11 May 2017 08:43:38 +0000 (09:43 +0100)
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
configure.ac

index df3eb6b29ac6a5b4838619bb37cc43cfa8e0aa4e..5c460f43d579910195bfd1d9bed29898f98219e5 100644 (file)
@@ -455,7 +455,7 @@ int main () {
 CFLAGS=$save_CFLAGS
 
 AC_ARG_ENABLE(pwr8,
-   [AS_HELP_STRING([--disable-pwr8-inst],
+   [AS_HELP_STRING([--disable-pwr8],
                    [disable POWER8-specific instructions])],
    [enable_pwr8=$enableval], [enable_pwr8=auto])