Blame patches/enchant-2.3.3_pre.local.patch

4a2bec
diff -ru enchant-2.3.3.orig/configure enchant-2.3.3/configure
4a2bec
--- enchant-2.3.3.orig/configure	2022-04-16 15:58:24.000000000 +0000
4a2bec
+++ enchant-2.3.3/configure	2022-08-02 12:42:43.209993400 +0000
4a2bec
@@ -8100,23 +8100,6 @@
4a2bec
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4a2bec
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4a2bec
 
4a2bec
-  if test x$ax_cxx_compile_cxx11_required = xtrue; then
4a2bec
-    if test x$ac_success = xno; then
4a2bec
-      as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5
4a2bec
-    fi
4a2bec
-  fi
4a2bec
-  if test x$ac_success = xno; then
4a2bec
-    HAVE_CXX11=0
4a2bec
-    { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5
4a2bec
-$as_echo "$as_me: No compiler with C++11 support was found" >&6;}
4a2bec
-  else
4a2bec
-    HAVE_CXX11=1
4a2bec
-
4a2bec
-$as_echo "#define HAVE_CXX11 1" >>confdefs.h
4a2bec
-
4a2bec
-  fi
4a2bec
-
4a2bec
-
4a2bec
 
4a2bec
 ac_ext=mm
4a2bec
 ac_cpp='$OBJCXXCPP $CPPFLAGS'