Changeset 900 in openpam
- Timestamp:
- Jan 17, 2017, 2:40:14 PM (4 years ago)
- Location:
- branches/nooath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nooath
-
branches/nooath/configure.ac
r855 r900 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(pamtest, 71 AC_HELP_STRING([--with-pamtest], [ compiletest application]),71 AC_HELP_STRING([--with-pamtest], [build test application]), 72 72 [], 73 73 [with_pamtest=no]) … … 75 75 76 76 AC_ARG_WITH(su, 77 AC_HELP_STRING([--with-su], [ compilesample su(1) implementation]),77 AC_HELP_STRING([--with-su], [build sample su(1) implementation]), 78 78 [], 79 79 [with_su=no])
Note: See TracChangeset
for help on using the changeset viewer.