]> git.pld-linux.org Git - packages/libtunepimp.git/blob - libtunepimp-readline.patch
- updated to 0.4.1, removed obsolete gcc4 patch
[packages/libtunepimp.git] / libtunepimp-readline.patch
1 --- libtunepimp-0.4.0/configure.in.orig 2005-11-12 00:43:39.000000000 +0100
2 +++ libtunepimp-0.4.0/configure.in      2005-11-17 01:11:21.416616000 +0100
3 @@ -65,14 +65,14 @@
4  
5  dnl Check for readline. This is optional.
6  AC_CHECK_LIB(readline, readline,
7 -             [READLINE_LIBS="-lreadline -lncurses"
8 +             [READLINE_LIBS="-lreadline"
9               AC_DEFINE(HAVE_LIBREADLINE,1,[Readline Support])],
10               [echo "*"
11               echo "*  The GNU readline library isn't installed."
12               echo "*  This means the sample tagger, tp_tagger, won't"
13               echo "*  have readline support."
14               echo "*"
15 -            ],-ltermcap)
16 +            ])
17  
18  AC_CHECK_HEADERS(iconv.h)
19  
This page took 0.05952 seconds and 3 git commands to generate.