]> git.pld-linux.org Git - packages/gpm.git/blobdiff - gpm-ncursesw.patch
- do not search for tinfo(w) libs
[packages/gpm.git] / gpm-ncursesw.patch
index a00b9fb1e308a972f424b7f6c0d8b17d213ae37c..eede6c377940570dd73c003af85faac6baf967c1 100644 (file)
@@ -5,7 +5,7 @@
      SAVELIBS=$LIBS
      LIBS=
 -    for i in tinfo ncurses termcap termlib; do
-+    for i in tinfow ncursesw termcap termlib; do
++    for i in ncursesw termcap termlib; do
          if test x$LIBS = x; then
              AC_CHECK_LIB($i, tputs)
          else :; fi
This page took 0.028351 seconds and 4 git commands to generate.