blob: ab00c99ae221e6733f9c6d83cc8fa984f3bc7a6d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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],