Changeset 754 in openpam
- Timestamp:
- Jan 20, 2014, 11:25:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r692 r754 63 63 64 64 AC_ARG_WITH([pam-unix], 65 AC_HELP_STRING([--with-pam-unix], [ compilesample pam_unix(8) module]),65 AC_HELP_STRING([--with-pam-unix], [build sample pam_unix(8) module]), 66 66 [], 67 67 [with_pam_unix=no]) … … 69 69 70 70 AC_ARG_WITH([oath], 71 AC_HELP_STRING([--with -oath], [compileOATH library, module and utility]),71 AC_HELP_STRING([--without-oath], [do not build OATH library, module and utility]), 72 72 [], 73 [with_oath= no])73 [with_oath=yes]) 74 74 AM_CONDITIONAL([WITH_OATH], [test x"$with_oath" = x"yes"]) 75 75 76 76 AC_ARG_WITH(pamtest, 77 AC_HELP_STRING([--with-pamtest], [ compiletest application]),77 AC_HELP_STRING([--with-pamtest], [build test application]), 78 78 [], 79 79 [with_pamtest=no]) … … 81 81 82 82 AC_ARG_WITH(su, 83 AC_HELP_STRING([--with-su], [ compilesample su(1) implementation]),83 AC_HELP_STRING([--with-su], [build sample su(1) implementation]), 84 84 [], 85 85 [with_su=no])
Note: See TracChangeset
for help on using the changeset viewer.