linux-ha-cvs@lists.linux-ha.org wrote:
linux-ha CVS committal

Author  : sunjd
Host : Module : linux-ha

Dir     : linux-ha


Modified Files:
configure.in

Log Message:
bug1055: add packages to the rpm package dependency
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -3 -r1.531 -r1.532
--- configure.in        21 Jun 2006 00:48:56 -0000      1.531
+++ configure.in        26 Jun 2006 16:19:09 -0000      1.532
@@ -10,7 +10,7 @@
 AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.531 $) dnl cvs revision
+AC_REVISION($Revision: 1.532 $) dnl cvs revision
 AC_CANONICAL_HOST
@@ -2370,7 +2370,11 @@
 AM_CONDITIONAL(MGMT_BUILD, test "x${enable_mgmt}" != "xno")
 if test "x${enable_mgmt}" != "xno"; then
      AC_DEFINE_UNQUOTED(MGMT_ENABLED, 1, Define to 1 if the mgmt is enabled.)
+     MGMT_RUNTIME_REQUIRES="libglade2, python-gtk"
+else
+     MGMT_RUNTIME_REQUIRES=
 fi
+AC_SUBST(MGMT_RUNTIME_REQUIRES)
AC_MSG_NOTICE([whether to enable the management tool... ${enable_mgmt}])

Jiang Dong:

Didn't you say that some of the package name requirements were different for red hat than for SUSE?

If so, then this would have been a good place to put that distinction in...


--
    Alan Robertson <[EMAIL PROTECTED]>

"Openness is the foundation and preservative of friendship... Let me claim from you at all times your undisguised opinions." - William Wilberforce
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to