summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-12-21 21:29:51 +0100
committerKevin Ryde <user42@zip.com.au>2001-12-21 21:29:51 +0100
commitb1ccd66b5763c3251f5a82f3105591df84a22627 (patch)
tree13604b7c5ad44699cb4b21fb5499620f1bb075f8 /demos
parentc1ecf297495dad5d173db2042b3f3022d319250b (diff)
downloadgmp-b1ccd66b5763c3251f5a82f3105591df84a22627.tar.gz
A better effort at:
* configure.in: Add --with-readline, AC_PROG_YACC and AM_PROG_LEX.
Diffstat (limited to 'demos')
-rw-r--r--demos/calc/calc-config-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/calc/calc-config-h.in b/demos/calc/calc-config-h.in
index 5aed7c3d2..7444d9996 100644
--- a/demos/calc/calc-config-h.in
+++ b/demos/calc/calc-config-h.in
@@ -19,4 +19,4 @@ Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Define if GNU readline should be used. */
-#undef WITH_READLINE
+#define WITH_READLINE @WITH_READLINE_01@