--- zsh-3.1.9/configure Tue May 30 13:15:39 2000 +++ zsh-3.1.9.new/configure Fri Jul 7 17:37:54 2000 @@ -2967,7 +2967,7 @@ case "$host_os" in - aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;; + solaris*|aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;; *) termcap_curses_order="termcap curses ncurses" ;; esac @@ -5969,12 +5969,12 @@ fi case "$host_os" in hpux*) DLLDFLAGS="${DLLDFLAGS=-b}" ;; - freebsd*|linux*|irix*|osf*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;; + solaris*|freebsd*|linux*|irix*|osf*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;; sunos*) DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;; sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;; netbsd*) DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;; aix*) DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;; - solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;; + sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;; openbsd*) DLLDFLAGS="${DLLDFLAGS=-Bshareable}" ;; esac case "$host" in