diff options
Diffstat (limited to 'math/calc')
-rw-r--r-- | math/calc/scripts/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure index a6483fb5295c..26b49ddfe38b 100644 --- a/math/calc/scripts/configure +++ b/math/calc/scripts/configure @@ -9,4 +9,6 @@ chmod +w $F || exit 1; echo "BINDIR= $PREFIX/bin" >> $F || exit 1; echo "TOPDIR= $PREFIX/lib" >> $F echo "MANDIR= $PREFIX/man/man1" >> $F -echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F
\ No newline at end of file +echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F +echo "USE_READLINE= -DUSE_READLINE" >> $F +echo "READLINE_LIB= -lreadline -lhistory" >> $F |