1
0

002-automake-compat.patch 332 B

12345678910111213
  1. --- a/configure.in
  2. +++ b/configure.in
  3. @@ -224,9 +224,7 @@ dnl Checks for programs.
  4. dnl =======================================================================
  5. AC_PROG_CC
  6. -if test x"$enable_cplusplus" != xno; then
  7. - AC_PROG_CXX
  8. -fi
  9. +AC_PROG_CXX
  10. dnl =======================================================================