summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 9be7a96..6982257 100755
--- a/configure
+++ b/configure
@@ -430,6 +430,13 @@ ncurses_libs="$( for l in ncursesw ncurses curses; do \
has_or_abort lib="${ncurses_libs}" \
err="'ncurses' library was not found"
+stdcxx_libs="$( for x in so dylib a; do \
+ printf "libstdc++.$x "; \
+ done \
+ )"
+has_or_abort lib="${stdcxx_libs}" \
+ err="'libstdc++' shared library was not found"
+
#---------------------------------------------------------------------
# Compute the version string