[PATCH 01/11] Tweak liboath ./configure help text for consistency
Kevin Cernekee
cernekee at gmail.com
Sun Mar 24 21:13:56 EDT 2013
Was:
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-sysroot=DIR Search for dependent libraries within DIR
(or the compiler's sysroot if not specified).
--without-libproxy Build without libproxy library [default=auto]
--without-stoken Build without libstoken library [default=auto]
--without-liboath Build without liboath library (default: test)
Now:
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-sysroot=DIR Search for dependent libraries within DIR
(or the compiler's sysroot if not specified).
--without-libproxy Build without libproxy library [default=auto]
--without-stoken Build without libstoken library [default=auto]
--without-liboath Build without liboath library [default=auto]
Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index e66b79d..10cb1b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,7 +506,7 @@ AS_IF([test "x$with_stoken" != "xno"], [
AC_ARG_WITH([liboath],
AS_HELP_STRING([--without-liboath],
- [Build without liboath library (default: test)]))
+ [Build without liboath library [default=auto]]))
AS_IF([test "x$with_liboath" != "xno"], [
PKG_CHECK_MODULES(LIBOATH, liboath,
[AC_SUBST(LIBOATH_PC, liboath)
--
1.7.10.4
More information about the openconnect-devel
mailing list