aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5f27745..ea5d2e4 100755
--- a/configure
+++ b/configure
@@ -5806,7 +5806,7 @@ _ACEOF
# static version specified as -llibname to override the
# dynamic version
case "${host_os}" in
- darwin[89]*) READLINE_LIB='${READLINE_LIBRARY}' ;;
+ darwin[89]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
*) READLINE_LIB=-lreadline ;;
esac
fi
@@ -5847,7 +5847,7 @@ _ACEOF
# static version specified as -llibname to override the
# dynamic version
case "${host_os}" in
- darwin[89]*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
+ darwin[89]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
*) HISTORY_LIB=-lhistory ;;
esac
fi