Update of /cvsroot/sblim/cmpi-base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12136
Modified Files:
acinclude.m4
Log Message:
Bug 1182583: set have_CMPI to no if no headers found.
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/sblim/cmpi-base/acinclude.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- acinclude.m4 13 Apr 2005 13:01:11 -0000 1.5
+++ acinclude.m4 14 Apr 2005 15:25:58 -0000 1.6
@@ -80,6 +80,7 @@
dnl AC_MSG_RESULT(yes)
],
[
+ have_CMPI=no
dnl AC_MSG_RESULT(no)
])
|