From: stephan b. <sg...@us...> - 2004-12-26 09:21:05
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18208 Modified Files: configure.pclasses2 Log Message: Corrected PCLASSES_HAVE_LIBEXPAT, such that the no-expat case is handled properly by the #defines. Index: configure.pclasses2 =================================================================== RCS file: /cvsroot/pclasses/pclasses2/configure.pclasses2,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- configure.pclasses2 26 Dec 2004 04:10:27 -0000 1.13 +++ configure.pclasses2 26 Dec 2004 09:20:57 -0000 1.14 @@ -43,8 +43,8 @@ fi toc_test libs11n; toc_export PCLASSES_HAVE_S11N=${HAVE_LIBS11N} toc_test libexpat +toc_export PCLASSES_HAVE_LIBEXPAT="${HAVE_LIBEXPAT-0}" if test x1 = "x${HAVE_LIBEXPAT}"; then - toc_export PCLASSES_HAVE_LIBEXPAT=1 toc_export LIBEXPAT_CLIENT_LDADD="-lexpat" expat_ldadd="-lexpat" fi |