22 lines
555 B
Diff
22 lines
555 B
Diff
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 483f94d..8445c60 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -1009,11 +1009,11 @@ AC_CHECK_LIB(qb, qb_ipcs_connection_auth_set)
|
||
|
LIBQB_LOG=1
|
||
|
PCMK_FEATURES="$PCMK_FEATURES libqb-logging libqb-ipc"
|
||
|
|
||
|
-if
|
||
|
- ! pkg-config --atleast-version 0.13 libqb
|
||
|
-then
|
||
|
- AC_MSG_FAILURE(Version of libqb is too old: v0.13 or greater requried)
|
||
|
-fi
|
||
|
+#if
|
||
|
+# ! pkg-config --atleast-version 0.13 libqb
|
||
|
+#then
|
||
|
+# AC_MSG_FAILURE(Version of libqb is too old: v0.13 or greater requried)
|
||
|
+#fi
|
||
|
|
||
|
LIBS="$LIBS $libqb_LIBS"
|
||
|
|