From 47575925596c2af2a78c009fcdd14de72fc82d3e Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 19 Nov 2000 23:31:22 +0000 Subject: Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474 Purpose of commit: merge in the autoconf stuff Commit summary: --------------- this is a merge of the 0-72 autoconf branch to something more up to date. This commit will be followed by merging this Linux-PAM-0-73pre-autoconf branch to the main trunk. --- modules/pam_userdb/libdbfound.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 modules/pam_userdb/libdbfound.sh (limited to 'modules/pam_userdb') diff --git a/modules/pam_userdb/libdbfound.sh b/modules/pam_userdb/libdbfound.sh deleted file mode 100755 index d6a1723b..00000000 --- a/modules/pam_userdb/libdbfound.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -if [ -f "/usr/include/ndbm.h" ]; then - echo "-DUSE_NDBM_H" - exit 0 -fi - -list=`/bin/ls /lib/libdb.so.* 2> /dev/null` -if [ -n "$list" ]; then - echo "" - exit 0 -fi - -echo "none" -exit 0 -- cgit v1.2.3