summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-14 12:57:38 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-14 12:57:38 +0000
commitcf86ad909955cb4f480e9e79baec2963fe73ef68 (patch)
tree21d730021907441152003ae4b9074fdc73648e95 /configure
parentd705b50256fa7515c470d86c6ad190e665cc17b8 (diff)
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- Remove old code which should not be used anymore
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 5e36e210..5e73e47a 100755
--- a/configure
+++ b/configure
@@ -854,7 +854,6 @@ Optional Features:
--enable-docdir=<path to store documentation in - /usr/share/doc/pam>
--enable-mandir=<path to store manuals in - /usr/share/man>
--enable-pamlocking configure libpam to observe a global authentication lock
- --enable-uglyhack configure libpam to try to honor old pam_strerror syntax
--enable-read-both-confs read both /etc/pam.d and /etc/pam.conf files
--enable-static-libpam build a libpam.a library
--disable-dynamic-libpam do not build a shared libpam library
@@ -2882,15 +2881,6 @@ else
fi;
-# Check whether --enable-uglyhack or --disable-uglyhack was given.
-if test "${enable_uglyhack+set}" = set; then
- enableval="$enable_uglyhack"
- cat >>confdefs.h <<\_ACEOF
-#define UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT 1
-_ACEOF
-
-fi;
-
# Check whether --enable-read-both-confs or --disable-read-both-confs was given.
if test "${enable_read_both_confs+set}" = set; then
enableval="$enable_read_both_confs"