dnl checks for typedefs
AH_TEMPLATE([HAVE_RPM_ENHANCES], [the new enhances dependency])
-AC_MSG_CHECKING([for librpm features])
+AC_MSG_CHECKING([for Enhances in librpm])
hre=no
AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([#include "librpm.h"],
+ [AC_LANG_PROGRAM([#include <rpm/rpmlib.h>],
[int i = RPMTAG_ENHANCESNAME;])],
[AC_DEFINE([HAVE_RPM_ENHANCES]) hre=yes]
)
-------------------------------------------------------------------
+Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
+
+- Use RPM Enhances only if detected at configure time, to allow
+ compilation with older rpm.
+- callback params: use const string & instead of string (dmacvicar)
+
+-------------------------------------------------------------------
Thu Sep 7 18:31:46 CEST 2006 - schubi@suse.de
- Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is