projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7660c
)
configure.ac: Fix help string for --disable-pwr8 configure option
author
Philipp Zabel
<p.zabel@pengutronix.de>
Wed, 10 May 2017 15:44:29 +0000
(17:44 +0200)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index df3eb6b29ac6a5b4838619bb37cc43cfa8e0aa4e..5c460f43d579910195bfd1d9bed29898f98219e5 100644
(file)
--- 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])