summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb578250..60d64558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -838,7 +838,7 @@ if test x$with_tesseract != xno; then
else
save_cxxflags="$CXXFLAGS"
- cxxflags_to_try="-std=c++17 -stdlib=libstdc++"
+ cxxflags_to_try="-std=c++17"
CXXFLAGS_TO_USE=""
AC_MSG_CHECKING([supported C++ compiler flags])