Update of /cvsroot/sblim/indication_helper
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12556
Modified Files:
acinclude.m4
Log Message:
Bug 1182583: set have_CMPI to no if no headers found.
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/sblim/indication_helper/acinclude.m4,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- acinclude.m4 2 Feb 2005 19:06:51 -0000 1.1.1.1
+++ acinclude.m4 14 Apr 2005 15:26:54 -0000 1.2
@@ -79,6 +79,7 @@
dnl AC_MSG_RESULT(yes)
],
[
+ have_CMPI=no
dnl AC_MSG_RESULT(no)
])
|