diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 12:55:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 13:16:23 +0100 |
commit | ef6aa1a1e3edf4ec5b85bea5432ddfecd5709e66 (patch) | |
tree | 90c29d38e32c58b3acc5f017e2ae9e75a2bfacc7 | |
parent | Fix docdir for Gentoo (diff) | |
download | ghostscript-gpl-patches-ghostscript-9.56-gentoo.tar.gz ghostscript-gpl-patches-ghostscript-9.56-gentoo.tar.bz2 ghostscript-gpl-patches-ghostscript-9.56-gentoo.zip |
Don't force libstdc++ (fix build w/ libc++)ghostscript-9.56-gentoo
Bug: https://bugs.gentoo.org/784173
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e955b2f1..dc198e5d 100644 --- a/configure.ac +++ b/configure.ac @@ -828,7 +828,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]) |