2012-05-01 Glenn Morris <rgm@gnu.org>
+ * configure.in: Combine adjacent $opsys case blocks.
+
* configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
* configure.in: Invert the TERMINFO logic,
fi
;;
-esac
+ openbsd) LIBS_TERMCAP="-lncurses" ;;
-case "$opsys" in
## hpux: Make sure we get select from libc rather than from libcurses
## because libcurses on HPUX 10.10 has a broken version of select.
## We used to use -lc -lcurses, but this may be cleaner.
# set that way, now it uses the default). Isn't this a contradiction?
hpux*) LIBS_TERMCAP="-ltermcap" ;;
- openbsd) LIBS_TERMCAP="-lncurses" ;;
esac
TERMCAP_OBJ=tparam.o