aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilipp Zabel <[email protected]>2017-05-10 17:44:29 +0200
committerEric Engestrom <[email protected]>2017-05-11 09:43:38 +0100
commit0b31c3adc141e35e59166e01486c3942a107841a (patch)
tree32e443024fcd714649693742f091aadc264761ff /configure.ac
parent6d7660cf4b7c0c73b4394f09dd149c6b0386115c (diff)
configure.ac: Fix help string for --disable-pwr8 configure option
Signed-off-by: Philipp Zabel <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df3eb6b29ac..5c460f43d57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])