summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
-rw-r--r--configure.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 119cded294..72c7d936ef 100755
--- a/configure
+++ b/configure
@@ -27415,6 +27415,9 @@ ac_config_headers="$ac_config_headers src/include/pg_config.h"
ac_config_headers="$ac_config_headers src/interfaces/ecpg/include/ecpg_config.h"
+# This comment is to lengthen the configure script to dodge this ksh93 bug:
+# https://mailman.research.att.com/pipermail/ast-developers/2010q4/000797.html
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
diff --git a/configure.in b/configure.in
index b95e537987..a08d9f9227 100644
--- a/configure.in
+++ b/configure.in
@@ -1878,6 +1878,9 @@ echo >src/include/stamp-h
AC_CONFIG_HEADERS([src/interfaces/ecpg/include/ecpg_config.h],
[echo >src/interfaces/ecpg/include/stamp-h])
+# This comment is to lengthen the configure script to dodge this ksh93 bug:
+# https://mailman.research.att.com/pipermail/ast-developers/2010q4/000797.html
+
AC_OUTPUT
# Warn about unknown options