diff options
| author | msheby <msheby@cinecert.com> | 2008-04-30 00:55:24 +0000 |
|---|---|---|
| committer | msheby <> | 2008-04-30 00:55:24 +0000 |
| commit | 903233deb3cfe02661768d84b513d51596441007 (patch) | |
| tree | 391bcbfc6d61cfd2550913e4bf51031ab8832fdb | |
| parent | 42d4a959735d0c6bf6c441f6bc1491d0abdaa4a7 (diff) | |
Updated xerces m4 file.
| -rw-r--r-- | m4/ax_lib_xerces.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/ax_lib_xerces.m4 b/m4/ax_lib_xerces.m4 index 960dbe6..737e31f 100644 --- a/m4/ax_lib_xerces.m4 +++ b/m4/ax_lib_xerces.m4 @@ -48,7 +48,7 @@ AC_DEFUN([AX_LIB_XERCES], [ - AC_REQUIRE([ACX_PTHREAD]) +# AC_REQUIRE([ACX_PTHREAD]) AC_ARG_WITH([xerces], AC_HELP_STRING([--with-xerces=@<:@ARG@:>@], @@ -287,4 +287,7 @@ XMLPlatformUtils::Initialize(); AC_MSG_WARN([Xerces C++ Parser support requested but headers or library not found. Specify valid prefix of Xerces C++ using --with-xerces=@<:@DIR@:>@ or provide include directory and linker flags using --with-xerces-inc and --with-xerces-lib]) fi fi + if test "$HAVE_XERCES" = "yes"; then + CPPFLAGS="$CPPFLAGS -DHAVE_XERCES_C=1" + fi ]) |
