This commit is contained in:
Bruce Momjian 2000-09-29 22:01:56 +00:00
parent 469ebeefd6
commit 51cc51945e
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -2552,7 +2552,7 @@ mkinstalldirs="\$(SHELL) \$(top_srcdir)/config/mkinstalldirs"
for ac_prog in gawk mawk nawk awk
for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@ -5160,7 +5160,7 @@ rm -f conftest*
;;
esac
for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid
for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5167: checking for $ac_func" >&5