xmltooling/xmltooling-python-cxxtest.patch
2009-10-19 17:08:14 +00:00

18 lines
738 B
Diff

diff -uNr xmltooling-1.2.2.ORIG/configure.ac xmltooling-1.2.2/configure.ac
--- xmltooling-1.2.2.ORIG/configure.ac 2009-10-05 19:13:14.066951091 +0200
+++ xmltooling-1.2.2/configure.ac 2009-10-05 19:13:54.945200753 +0200
@@ -346,12 +346,12 @@
)
# Check for unit test support
-CXXTEST="/usr/bin/cxxtestgen.pl"
+CXXTEST="/usr/bin/cxxtestgen"
CXXTESTFLAGS=""
AC_ARG_WITH(cxxtest,
AC_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