This removes the automatic detection of lcrsodir from configure.ac.
A better version will be done later on but for now this one simply
doesn't work as it should.
Fabio
Index: configure.ac
===================================================================
--- configure.ac (revision 1855)
+++ configure.ac (working copy)
@@ -144,7 +144,6 @@
PKG_CHECK_MODULES([corosync],[corosync])
PKG_CHECK_MODULES([coroipcc],[libcoroipcc])
-_PKG_CONFIG([lcrsodir], [variable lcrsodir], [corosync])
## local defines
PACKAGE_FEATURES=""
@@ -178,7 +177,7 @@
AC_ARG_WITH([lcrso-dir],
[ --with-lcrso-dir=DIR : corosync lcrso files. ],
[ LCRSODIR="$withval" ],
- [ LCRSODIR="${pkg_cv_lcrsodir}" ])
+ [ LCRSODIR="$libexecdir/lcrso" ])
# OS detection
# THIS SECTION MUST DIE!
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais