diff options
| author | Marc G. Fournier | 1998-02-17 01:32:37 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-02-17 01:32:37 +0000 |
| commit | 067cb82d6adc916ab0ae504bc43a7422ad58c4e7 (patch) | |
| tree | 5c8ad603c558f93741a94c8fb70ed7d5cf6f93ca /src/configure.in | |
| parent | ded3f3b3fcc5532d564e40608d425851b081777c (diff) | |
The problem is that $ac_cv_prog_gcc is empty, instead of 'no' or
whatsoever. The patch is not a solution, because configure is generated
from configure.in, and I don't know how to patch it to get a working
'configure'.
From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configure.in b/src/configure.in index c99927bb5a3..8b86ede2bbb 100644 --- a/src/configure.in +++ b/src/configure.in @@ -259,8 +259,6 @@ else AC_DEFINE(NO_ASSERT_CHECKING) fi -dnl We use the default value of 5432 for the DEF_PGPORT value. If -dnl we over-ride it with --with-pgport=port then we bypass this piece if test "X$with_compiler" != "X" then CC=$with_compiler |
