diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 12:55:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-02 04:36:30 +0100 |
commit | a8581432354f05b7440a7be96feae82475015f11 (patch) | |
tree | 538a71251528586b9517e536b496afdd96d0aec3 | |
parent | Fix docdir for Gentoo (diff) | |
download | ghostscript-gpl-patches-ghostscript-10.0-gentoo.tar.gz ghostscript-gpl-patches-ghostscript-10.0-gentoo.tar.bz2 ghostscript-gpl-patches-ghostscript-10.0-gentoo.zip |
Don't force libstdc++ (fix build w/ libc++)ghostscript-10.0-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 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]) |