diff options
author | PostgreSQL Daemon | 2002-01-14 13:15:28 +0000 |
---|---|---|
committer | PostgreSQL Daemon | 2002-01-14 13:15:28 +0000 |
commit | da83ecb64eab68322740c8cfb4481e3b708d20a2 (patch) | |
tree | 6a3b36f8db6076e62bbe7c811417d74a5810ab5d /configure | |
parent | 1b5d8e6d5c83c1d6508bef942d2c3277c6fa967a (diff) |
tag as beta 5 for *hopefully* a very very short beta cycle on this one?REL7_2_BETA5
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index b8ba5dec45b..067b2527d39 100755 --- a/configure +++ b/configure @@ -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.2b4' +VERSION='7.2b5' 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 |