You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
712 B

  1. --- a/configure
  2. +++ b/configure
  3. @@ -5430,8 +5430,7 @@ if test $opt_readline = yes; then
  4. # static version specified as -llibname to override the
  5. # dynamic version
  6. case "${host_os}" in
  7. - darwin[89]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
  8. - *) READLINE_LIB=-lreadline ;;
  9. + *) READLINE_LIB='${READLINE_LIBRARY}' ;;
  10. esac
  11. fi
  12. else
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -578,8 +578,7 @@ if test $opt_readline = yes; then
  16. # static version specified as -llibname to override the
  17. # dynamic version
  18. case "${host_os}" in
  19. - darwin[[89]]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
  20. - *) READLINE_LIB=-lreadline ;;
  21. + *) READLINE_LIB='${READLINE_LIBRARY}' ;;
  22. esac
  23. fi
  24. else