1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

update configure.in for b3 ...

This commit is contained in:
PostgreSQL Daemon
2001-11-20 03:51:31 +00:00
parent 604f54cd27
commit 6bfc98b699
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
VERSION='7.2b2'
VERSION='7.2b3'
cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION"
@ -1481,7 +1481,7 @@ else
if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj) ;;
*.c | *.C | *.o | *.obj) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done