18 lines
813 B
Diff
18 lines
813 B
Diff
diff -Naur xmltooling-1.4.2-orig/configure.ac xmltooling-1.4.2/configure.ac
|
|
--- xmltooling-1.4.2-orig/configure.ac 2011-06-28 02:38:30.000000000 +0200
|
|
+++ xmltooling-1.4.2/configure.ac 2011-09-12 07:52:39.050758345 +0200
|
|
@@ -388,12 +388,12 @@
|
|
[AC_DEFINE([HAVE_ITERATOR_TRAITS],[1],[Define to 1 if you have an STL implementation that supports std::iterator_traits.])],[])
|
|
|
|
# Check for unit test support
|
|
-CXXTEST="/usr/bin/cxxtestgen.pl"
|
|
+CXXTEST="/usr/bin/cxxtestgen"
|
|
CXXTESTFLAGS=""
|
|
AC_ARG_WITH(cxxtest,
|
|
AS_HELP_STRING([--with-cxxtest=PATH], [where cxxtest is installed]),
|
|
[if test x_$with_cxxtest != x_/usr; then
|
|
- CXXTEST="${with_cxxtest}/cxxtestgen.pl"
|
|
+ CXXTEST="${with_cxxtest}/cxxtestgen"
|
|
CXXTESTFLAGS="-I${with_cxxtest}"
|
|
fi])
|
|
if ! test -f "${CXXTEST}"; then
|