RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Arkadiusz Miskiewicz
Root: /v/rpm/cvs Email: arekm@rpm5.org
Module: rpm Date: 01-Nov-2007 14:56:19
Branch: HEAD Handle: 2007110113561800
Modified files:
rpm configure.ac
Log:
Separate PCREREGEXP from PCRE usage.
Summary:
Revision Changes Path
2.243 +8 -1 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.242 -r2.243 configure.ac
--- rpm/configure.ac 12 Oct 2007 17:58:07 -0000 2.242
+++ rpm/configure.ac 1 Nov 2007 13:56:18 -0000 2.243
@@ -973,12 +973,19 @@
[PCRE], [pcre],
[pcre], [pcre_compile], [pcre.h],
[no,external:none], [],
- [ AC_CHECK_HEADERS(pcreposix.h)
+ [
if test ".$WITH_LUA" = .yes; then
WITH_LUA_SUBDIR_DEF="$WITH_LUA_SUBDIR_DEF -DLUA_USE_PCRE"
fi
], [])
+RPM_CHECK_LIB(
+ [PCREPOSIX], [pcreposix],
+ [pcreposix], [regcomp], [pcreposix.h],
+ [no,external:none], [],
+ [], [])
+
+
dnl # DMalloc
RPM_CHECK_LIB(
[DMalloc], [dmalloc],
@@ .
Received on Thu Nov 1 14:56:19 2007