]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - configure.in
Bash-4.0 patchlevel 38
[thirdparty/bash.git] / configure.in
index 0fd2bf7861e647c17830d3ee3e1c87a955ade96a..ee34c4b4149e8d8d0be5bd7f1d29c60ec511b77f 100644 (file)
@@ -533,7 +533,7 @@ if test $opt_readline = yes; then
                # 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
@@ -568,7 +568,7 @@ if test $opt_history = yes || test $opt_bang_history = yes; then
                # 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