diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-29 19:35:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-29 19:35:45 +0300 |
commit | 86e23f74da247cd661c69e4bb1a5327001cc3317 (patch) | |
tree | 0959db64aacf740e0683f3cc23257c710fc80327 /configh.in | |
parent | 8d5656873bcc35003371334353c43c25d6673fb9 (diff) | |
download | gawk-86e23f74da247cd661c69e4bb1a5327001cc3317.tar.gz |
Fix issue with old readline lib on Mac OS X.
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |