|
From: Viktor M. <mih...@us...> - 2005-04-11 15:49:11
|
Update of /cvsroot/sblim/cmpi-samples/cmpi-fad In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30268 Modified Files: acinclude.m4 Log Message: Bug 1179453: CPPFLAGS can be overwritten in certain cases. Index: acinclude.m4 =================================================================== RCS file: /cvsroot/sblim/cmpi-samples/cmpi-fad/acinclude.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- acinclude.m4 11 Apr 2005 14:28:46 -0000 1.2 +++ acinclude.m4 11 Apr 2005 15:49:02 -0000 1.3 @@ -94,13 +94,13 @@ AC_DEFUN([CHECK_CMPI], [ AC_MSG_CHECKING(for CMPI headers) + CMPI_CPP_FLAGS="$CPPFLAGS" dnl Check just with the standard include paths _CHECK_CMPI(standard) if test "$have_CMPI" == "yes"; then dnl The standard include paths worked. AC_MSG_RESULT(yes) else - CMPI_CPP_FLAGS="$CPPFLAGS" _DIRS_="/usr/include/cmpi \ /usr/local/include/cmpi \ $PEGASUS_ROOT/src/Pegasus/Provider/CMPI \ |