]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-xerces.patch
- mass commit: cosmetics (removed trailing white spaces)
[packages/gdal.git] / gdal-xerces.patch
CommitLineData
80faacbe
JB
1--- gdal-1.1.8/configure.in.orig 2003-05-16 00:05:10.000000000 +0200
2+++ gdal-1.1.8/configure.in 2003-05-16 00:10:51.000000000 +0200
3@@ -747,8 +747,13 @@
4 fi
5 fi
6
7- echo '#include <util/PlatformUtils.hpp>' > conftest.cpp
8- echo 'int main() { XMLPlatformUtils::Initialize(); }' >> conftest.cpp
9+ cat > conftest.cpp <<EOF
10+#include <util/PlatformUtils.hpp>
11+#ifdef XERCES_CPP_NAMESPACE_USE
12+XERCES_CPP_NAMESPACE_USE
13+#endif
14+int main() { XMLPlatformUtils::Initialize(); }
15+EOF
16 CMD="${CXX} ${XERCES_INCLUDE} ${CPPFLAGS} -o conftest conftest.cpp $LIBS"
17
18 if test -z "`$CMD 2>&1`" ; then
This page took 0.092593 seconds and 4 git commands to generate.