1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add checs for float.h

Remove 'unused variable' from dt.c
This commit is contained in:
Marc G. Fournier
1997-03-25 20:02:42 +00:00
parent 719a413fd2
commit 64c82a5016
4 changed files with 6 additions and 4 deletions

2
src/configure vendored
View File

@ -2353,7 +2353,7 @@ else
fi
done
for ac_hdr in readline.h history.h dld.h crypt.h endian.h
for ac_hdr in readline.h history.h dld.h crypt.h endian.h float.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6