[nemiver] Fix typo in configure.ac



commit 381aa610d7c7f162cec8040d7e0e9c01b490a287
Author: Dodji Seketeli <dodji redhat com>
Date:   Thu May 21 22:44:56 2009 +0200

    Fix typo in configure.ac
    
    	* configure.ac: The help message should say
    	--enable-symsvis, not --enable-symvis.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 865f1c4..e3609a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ fi
 
 ENABLE_GCC_SYMBOLS_VISIBILITY=no
 AC_ARG_ENABLE(symsvis,
-              AC_HELP_STRING([--enable-symvis=yes|no],
+              AC_HELP_STRING([--enable-symsvis=yes|no],
                              [use the gcc symbols visibility feature. >=n gcc4.  default is no)]),
               ENABLE_GCC_SYMBOLS_VISIBILITY=$enableval,
               ENABLE_GCC_SYMBOLS_VISIBILITY=no)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]