0dd279c6df
* Wed Feb 01 2012 Andrew Price <anprice@redhat.com> - 3.1.4-1 - New upstream release Adds gfs2_lockgather script - Remove gfs2-cluster (commented out for now) - Remove dependency on corosynclib-devel and systemd-units - Add rawhide_transition.patch to stop gfs_controld from building
30 lines
947 B
Diff
30 lines
947 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 3fe1a49..0637096 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -114,15 +114,6 @@ AC_ARG_WITH([kernel],
|
|
|
|
KERNEL_CPPFLAGS="-I$KERNEL_DIR/include"
|
|
|
|
-PKG_CHECK_MODULES([corosync],[corosync])
|
|
-PKG_CHECK_MODULES([cpg],[libcpg])
|
|
-PKG_CHECK_MODULES([sackpt],[libSaCkpt])
|
|
-PKG_CHECK_MODULES([logt],[liblogthread])
|
|
-PKG_CHECK_MODULES([ccs],[libccs])
|
|
-PKG_CHECK_MODULES([cfg],[libcfg])
|
|
-PKG_CHECK_MODULES([fenced],[libfenced])
|
|
-PKG_CHECK_MODULES([dlmcontrol],[libdlmcontrol])
|
|
-PKG_CHECK_MODULES([quorum],[libquorum])
|
|
PKG_CHECK_MODULES([zlib],[zlib])
|
|
|
|
# old versions of ncurses don't ship pkg-config files
|
|
diff --git a/group/Makefile.am b/group/Makefile.am
|
|
index 5b7d0f8..20282f0 100644
|
|
--- a/group/Makefile.am
|
|
+++ b/group/Makefile.am
|
|
@@ -1,3 +1,3 @@
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
-SUBDIRS = libgfscontrol gfs_control gfs_controld man include
|
|
+SUBDIRS = libgfscontrol gfs_control man include
|