]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - configure
Bash-4.0 patchlevel 38
[thirdparty/bash.git] / configure
index 5f2774577ea6559b9060479f67ccc6d7137c0ac4..ea5d2e4d11f53d7bde9dc47bb73bba09864666e1 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