summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-01-11 01:09:35 +0100
committerKevin Ryde <user42@zip.com.au>2004-01-11 01:09:35 +0100
commitc963cdb20271ac91fc597cf0114e38edbf8602bd (patch)
tree9894858869bd08eb7c11ff7ca950d161de11eb8f /scanf
parenta3f4eb12f64374dea0393dee68672454e5306073 (diff)
downloadgmp-c963cdb20271ac91fc597cf0114e38edbf8602bd.tar.gz
Regenerate for:
* configure.in, demos/calc/Makefile.am: Use -lcurses or -lncurses with readline, when available.
Diffstat (limited to 'scanf')
-rw-r--r--scanf/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scanf/Makefile.in b/scanf/Makefile.in
index dcad571cb..e21771e1e 100644
--- a/scanf/Makefile.in
+++ b/scanf/Makefile.in
@@ -146,6 +146,7 @@ LDFLAGS = @LDFLAGS@
LEX = @LEX@
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+LIBCURSES = @LIBCURSES@
LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
LIBGMP_DLL = @LIBGMP_DLL@
LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@