From: Gareth S B. <bes...@us...> - 2005-05-19 23:02:13
|
Update of /cvsroot/sblim/cmpi-samples/cmpi-fad In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11147 Modified Files: configure.ac Log Message: added CMPI_VERSION=90 flag Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/cmpi-samples/cmpi-fad/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure.ac 27 Apr 2005 12:02:56 -0000 1.4 +++ configure.ac 19 May 2005 23:02:05 -0000 1.5 @@ -30,6 +30,7 @@ AC_FUNC_STAT AC_CHECK_FUNCS([gethostname mkdir]) +CPPFLAGS="$CPPFLAGS -DCMPI_VERSION=90" ### NO CHANGES SHOULD BE NECESSARY BELOW |