diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-09-11 17:21:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-09-11 17:21:20 +0000 |
commit | 5f7fb677893827bdd09eaac7f5148c8261e0af04 (patch) | |
tree | 268dd24c6c199101bef3212b19495d46f2501238 | |
parent | 4fc3b068ab232bf3861a95cd308711dae53921cc (diff) | |
download | postgresql-5f7fb677893827bdd09eaac7f5148c8261e0af04.tar.gz postgresql-5f7fb677893827bdd09eaac7f5148c8261e0af04.zip |
autoconf
-rwxr-xr-x | src/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure b/src/configure index 75597237f32..793125fe214 100755 --- a/src/configure +++ b/src/configure @@ -3710,8 +3710,8 @@ rm -fr conftest* fi -echo $ac_n "checking whether 'long long int' is 64 bits using %lld""... $ac_c" 1>&6 -echo "configure:3715: checking whether 'long long int' is 64 bits using %lld" >&5 +echo $ac_n "checking whether 'long long int' is 64 bits""... $ac_c" 1>&6 +echo "configure:3715: checking whether 'long long int' is 64 bits" >&5 if test "$cross_compiling" = yes; then echo "$ac_t""assuming not on target machine" 1>&6 else @@ -3754,7 +3754,7 @@ EOF if { (eval echo configure:3755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then cat >> confdefs.h <<\EOF -#define HAVE_LONG_LONG_INT_64_lld 1 +#define HAVE_LONG_LONG_INT_64 1 EOF echo "$ac_t""yes" 1>&6 else |