]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-configure_in.patch
- internal changes in rpm 4.4.9
[packages/poldek.git] / poldek-configure_in.patch
CommitLineData
c09e12f3 1--- poldek-0.20.1-cvs20070108.22/configure.in.orig 2007-04-16 06:33:41.000000000 +0200
2+++ poldek-0.20.1-cvs20070108.22/configure.in 2007-04-16 06:34:34.000000000 +0200
3@@ -58,10 +58,7 @@
7577ad37 4 AM_CFLAGS="-Wall -W"
5 AC_SUBST(AM_CFLAGS)
6
c09e12f3 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+PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check=yes, have_check=no)
12
13 dnl Process features.
14 AC_CHECK_LIB(tinfo, tigetstr,,[
This page took 0.03844 seconds and 4 git commands to generate.