]> git.pld-linux.org Git - packages/dump.git/blob - dump-use_ncurses.patch
- updated to 0.4b35
[packages/dump.git] / dump-use_ncurses.patch
1 --- dump-0.4b35/configure.in.orig       2003-12-23 08:16:56.949563872 +0100
2 +++ dump-0.4b35/configure.in    2003-12-23 08:18:17.914255368 +0100
3 @@ -143,12 +143,12 @@
4         READLINE=""
5         echo "Not including readline support"
6  else
7 -       READLINE="-lreadline -ltermcap"
8 +       READLINE="-lreadline -lncurses"
9         AC_DEFINE([HAVE_READLINE],1,[Define if you want to include readline support.])
10         echo "Including readline support"
11  fi
12  ,
13 -READLINE="-lreadline -ltermcap"
14 +READLINE="-lreadline -lncurses"
15  AC_DEFINE([HAVE_READLINE],1,[Define if you want to include readline support.])
16  echo "Including readline support by default"
17  )
This page took 0.078018 seconds and 3 git commands to generate.