You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
332 B

  1. --- a/configure.in
  2. +++ b/configure.in
  3. @@ -223,9 +223,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 =======================================================================