Mesa (master): configure.ac: Fix help string for --disable-pwr8 configure option

Eric Engeström eric_engestrom at kemper.freedesktop.org
Thu May 11 08:47:01 UTC 2017


Module: Mesa
Branch: master
Commit: 0b31c3adc141e35e59166e01486c3942a107841a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b31c3adc141e35e59166e01486c3942a107841a

Author: Philipp Zabel <p.zabel at pengutronix.de>
Date:   Wed May 10 17:44:29 2017 +0200

configure.ac: Fix help string for --disable-pwr8 configure option

Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index df3eb6b29a..5c460f43d5 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])
 




More information about the mesa-commit mailing list