]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-ac.patch
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek-ac.patch
1 --- poldek-0.20/configure.in    2007-07-18 00:40:06.808430585 +0300
2 +++ poldek-0.21-cvs20070703.00/configure.in     2007-07-03 01:05:52.000000000 +0300
3 @@ -58,11 +59,8 @@
4  AM_CFLAGS="-Wall -W"
5  AC_SUBST(AM_CFLAGS)
6  
7 -AM_PATH_CHECK(,[have_check="yes"],
8 -               [AC_MSG_WARN([check library not found; cannot run unit tests]) 
9 -              have_check="no"])
10 -
11 -
12 +PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check=yes, have_check=no)
13
14  dnl Process features.
15  AC_CHECK_LIB(tinfo, tigetstr,,[
16         AC_CHECK_LIB(ncurses, tigetstr, ,[ 
This page took 0.046277 seconds and 3 git commands to generate.