Skip to content

Commit

Permalink
Tweak liboath ./configure help text for consistency
Browse files Browse the repository at this point in the history
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@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
cernekee authored and David Woodhouse committed Mar 25, 2013
1 parent a01b7d1 commit 713f689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)
Expand Down

0 comments on commit 713f689

Please sign in to comment.