[PATCH 01/11] Tweak liboath ./configure help text for consistency

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

 



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




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux