diff options
| author | PostgreSQL Daemon | 2001-10-25 13:02:01 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon | 2001-10-25 13:02:01 +0000 |
| commit | 1f42f1da4ed19780d6e4a7ffc81427c152d6ece1 (patch) | |
| tree | 3039e4aa615fcc208dde671cd6be42e706fefc23 /configure | |
| parent | 05584c9660376f010db745c702daa98f9fe4071c (diff) | |
bmake sure that configure is tags as 7.2b1 now instead of 7.2devel
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index a443484cf40..a738bada69e 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.2devel' +VERSION='7.2b1' 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 |
