Use the attached patch and rebuild configure using `autoconf'.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/
*** ../bash-4.0-patched/configure.in    2009-02-06 12:03:44.000000000 -0500
--- configure.in        2009-10-01 16:38:24.000000000 -0400
***************
*** 534,538 ****
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*)  READLINE_LIB='${READLINE_LIBRARY}' ;;
                *)              READLINE_LIB=-lreadline ;;
                esac
--- 541,545 ----
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
                *)              READLINE_LIB=-lreadline ;;
                esac
***************
*** 569,573 ****
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*)  HISTORY_LIB='${HISTORY_LIBRARY}' ;;
                *)              HISTORY_LIB=-lhistory ;;
                esac
--- 576,580 ----
                # dynamic version
                case "${host_os}" in
!               darwin[[89]]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
                *)              HISTORY_LIB=-lhistory ;;
                esac

Reply via email to