fixed Enhances detection
authorMartin Vidner <mvidner@suse.cz>
Thu, 14 Sep 2006 08:24:46 +0000 (08:24 +0000)
committerMartin Vidner <mvidner@suse.cz>
Thu, 14 Sep 2006 08:24:46 +0000 (08:24 +0000)
configure.ac
package/libzypp.changes

index c0a0501..dd82e71 100644 (file)
@@ -197,10 +197,10 @@ dnl ==================================================
 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]
 )
index 4999853..bc88746 100644 (file)
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+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