aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index 9679b24b8f5..3baed6c79f0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.416 2005/07/05 23:13:57 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.417 2005/07/06 21:04:13 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -304,17 +304,6 @@ AC_DEFINE_UNQUOTED(PG_VERSION_STR,
#
-# Native compiler
-#
-
-if test -z "$CC_FOR_BUILD"; then
- CC_FOR_BUILD=$CC
-fi
-
-AC_SUBST(CC_FOR_BUILD)
-
-
-#
# Set up TAS assembly code if needed; the template file has now had its
# chance to request this.
#