diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-14 12:57:38 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-14 12:57:38 +0000 |
commit | cf86ad909955cb4f480e9e79baec2963fe73ef68 (patch) | |
tree | 21d730021907441152003ae4b9074fdc73648e95 /configure.in | |
parent | d705b50256fa7515c470d86c6ad190e665cc17b8 (diff) | |
download | pam-cf86ad909955cb4f480e9e79baec2963fe73ef68.tar.gz pam-cf86ad909955cb4f480e9e79baec2963fe73ef68.tar.bz2 pam-cf86ad909955cb4f480e9e79baec2963fe73ef68.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove old code which should not be used anymore
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index ff1bf311..9012b30a 100644 --- a/configure.in +++ b/configure.in @@ -131,10 +131,6 @@ AC_ARG_ENABLE(pamlocking, WITH_PAMLOCKING=yes ; AC_DEFINE(PAM_LOCKING) , WITH_PAMLOCKING=no) AC_SUBST(WITH_PAMLOCKING) -AC_ARG_ENABLE(uglyhack, -[ --enable-uglyhack configure libpam to try to honor old pam_strerror syntax], - AC_DEFINE(UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT)) - AC_ARG_ENABLE(read-both-confs, [ --enable-read-both-confs read both /etc/pam.d and /etc/pam.conf files], AC_DEFINE(PAM_READ_BOTH_CONFS)) |