summaryrefslogtreecommitdiff
path: root/configh.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-08-29 19:35:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-08-29 19:35:45 +0300
commit86e23f74da247cd661c69e4bb1a5327001cc3317 (patch)
tree0959db64aacf740e0683f3cc23257c710fc80327 /configh.in
parent8d5656873bcc35003371334353c43c25d6673fb9 (diff)
downloadgawk-86e23f74da247cd661c69e4bb1a5327001cc3317.tar.gz
Fix issue with old readline lib on Mac OS X.
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configh.in b/configh.in
index f6540a45..a535fd4b 100644
--- a/configh.in
+++ b/configh.in
@@ -66,6 +66,9 @@
/* Define to 1 if you have the `grantpt' function. */
#undef HAVE_GRANTPT
+/* Do we have history_list? */
+#undef HAVE_HISTORY_LIST
+
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV