]> git.pld-linux.org Git - packages/gmp.git/blob - gmp-tinfo.patch
- updated to 6.3.0
[packages/gmp.git] / gmp-tinfo.patch
1 --- gmp-5.1.1/configure.ac.orig 2009-10-03 08:32:51.312616803 +0200
2 +++ gmp-5.1.1/configure.ac      2009-10-03 08:33:58.340616803 +0200
3 @@ -3216,8 +3216,10 @@
4  AC_CONFIG_FILES(demos/calc/calc-config.h:demos/calc/calc-config-h.in)
5  LIBCURSES=
6  if test $with_readline != no; then
7 + AC_CHECK_LIB(tinfo, tputs, [LIBCURSES=-ltinfo],[
8    AC_CHECK_LIB(ncurses, tputs, [LIBCURSES=-lncurses],
9      [AC_CHECK_LIB(curses, tputs, [LIBCURSES=-lcurses])])
10 + ])
11  fi
12  AC_SUBST(LIBCURSES)
13  use_readline=$with_readline
This page took 0.092404 seconds and 3 git commands to generate.