expat/expat-2.0.1-confcxx.patch
jorton f4debc5ce5 - add security fix for CVE-2009-3560 (#533174)
- add security fix for CVE-2009-3720 (#531697)
- run the test suite
2009-12-03 13:31:13 +00:00

14 lines
250 B
Diff

Configure for C++ too so the testsuite works.
--- expat-2.0.1/configure.in.confcxx
+++ expat-2.0.1/configure.in
@@ -62,6 +62,7 @@ AC_SUBST(LIBAGE)
dnl Checks for programs.
AC_PROG_CC
+AC_PROG_CXX
AC_PROG_INSTALL
if test "$GCC" = yes ; then