diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-07-06 21:04:14 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-07-06 21:04:14 +0000 |
| commit | 261ffd03f72daf0c52973b6e928e6433d68ba92e (patch) | |
| tree | 5b50c5890547f84dce0eb221c635e761169221cb /configure.in | |
| parent | a9236028554ca0e11797c887373c1a34800a4fa6 (diff) | |
| download | postgresql-261ffd03f72daf0c52973b6e928e6433d68ba92e.tar.gz | |
Reverse out because the lack of using pgport in timezone/ is causing
problems:
---------------------------------------------------------------------------
Support cross compilation by compiling "zic" with a native compiler.
This relies on the output of zic being platform independent, but that is
currently the case.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 9679b24b8f..3baed6c79f 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. # |
