diff options
| author | Tom Lane | 2002-04-01 01:11:00 +0000 |
|---|---|---|
| committer | Tom Lane | 2002-04-01 01:11:00 +0000 |
| commit | 69b7651b1d5a460cb29cb1a79428b57f06aec3cb (patch) | |
| tree | 608e2c359a6ab8e937d61186ddb75cb7e1d9b2a4 /configure.in | |
| parent | 60dcf1c817e2be38124adae8477d20cff7b2f472 (diff) | |
Fix broken PG_VERSION_STR.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index ebc4b87b72..1d5a3703f9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.173 2002/03/30 00:59:52 petere Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.174 2002/04/01 01:11:00 tgl Exp $ dnl Developers, please strive to achieve this order: dnl @@ -299,7 +299,7 @@ if test x"$GCC" = x"yes" ; then else cc_string=$CC fi -AC_DEFINE_UNQUOTED(PG_VERSION_STR, ["PostgreSQL $VERSION on $host, compiled by $cc_string"], [A canonical string containing the version number, platform, and C compiler]) +AC_DEFINE_UNQUOTED(PG_VERSION_STR, ["PostgreSQL $PACKAGE_VERSION on $host, compiled by $cc_string"], [A canonical string containing the version number, platform, and C compiler]) # |
