summaryrefslogtreecommitdiffstats
path: root/ctdb/configure.ac
diff options
context:
space:
mode:
authorPeter Somogyi <psomogyi@gamax.hu>2006-12-15 16:02:45 +0100
committerPeter Somogyi <psomogyi@gamax.hu>2006-12-15 16:02:45 +0100
commitd323249d2cd620c9c30f341a152f3445d7d8920d (patch)
tree5e6abd33bf15ec87de54156ae454c4425c390ecb /ctdb/configure.ac
parent4777809b6251e6a45142247ab637ca7b1b16174e (diff)
downloadsamba-d323249d2cd620c9c30f341a152f3445d7d8920d.tar.gz
samba-d323249d2cd620c9c30f341a152f3445d7d8920d.tar.xz
samba-d323249d2cd620c9c30f341a152f3445d7d8920d.zip
Made infiniband support configurable.
Adjusted "make distclean" NOT to remove the lib folder (again). Removed again config.h.in autogenerated file from bzr. (This used to be ctdb commit 3c264205157c8c2af03bca0051a1fe715c8470e5)
Diffstat (limited to 'ctdb/configure.ac')
-rw-r--r--ctdb/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/configure.ac b/ctdb/configure.ac
index 3c78b88a641..eff152599c7 100644
--- a/ctdb/configure.ac
+++ b/ctdb/configure.ac
@@ -26,6 +26,7 @@ EXTRA_OBJ=""
m4_include(libtalloc.m4)
m4_include(libtdb.m4)
+m4_include(ib/config.m4)
AC_SUBST(EXTRA_OBJ)