Bash-4.0 patchlevel 38
[platform/upstream/bash.git] / configure
index 5f27745..ea5d2e4 100755 (executable)
--- 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