From: Viktor M. <mih...@us...> - 2005-04-14 15:28:31
|
Update of /cvsroot/sblim/cmpi-samples/cmpi-fad In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13711 Modified Files: acinclude.m4 Log Message: Bug 1182583: set have_CMPI to no if no header files. Index: acinclude.m4 =================================================================== RCS file: /cvsroot/sblim/cmpi-samples/cmpi-fad/acinclude.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- acinclude.m4 11 Apr 2005 15:49:02 -0000 1.3 +++ acinclude.m4 14 Apr 2005 15:28:23 -0000 1.4 @@ -80,6 +80,7 @@ dnl AC_MSG_RESULT(yes) ], [ + have_CMPI=no dnl AC_MSG_RESULT(no) ]) |