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.

10 lines
608 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -112,7 +112,6 @@ AS_IF([test "x$ac_cv_gnu_plus_plus_11" =
  4. [AS_IF([test "x$ac_cv_gnu_plus_plus_98" = xyes],
  5. [AS_IF([test "x$ac_cv_header_random_98" = xyes],
  6. [AS_IF([test "x$enable_unittests" = xno],
  7. - [CXXFLAGS="$CXXFLAGS -std=gnu++98"],
  8. [PKG_CHECK_MODULES([CPPUNIT1], [cppunit < 1.14.0],
  9. [CXXFLAGS="$CXXFLAGS -std=gnu++98"],
  10. [PKG_CHECK_MODULES([CPPUNIT2], [cppunit >= 1.14.0],