summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-30 20:56:47 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-30 20:56:47 -0400
commit3ba0a545ecf6e8385ffb65033015be0b16e0226f (patch)
tree432b598a7ac08350c0e9d7d79515e63732255198 /configure.in
parente3da5b1949267a54568b330186b7931da26fc482 (diff)
downloademacs-3ba0a545ecf6e8385ffb65033015be0b16e0226f.tar.gz
* configure.in: Combine adjacent $opsys case blocks.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 76d267577f4..42a6b3364c9 100644
--- a/configure.in
+++ b/configure.in
@@ -2932,9 +2932,8 @@ fail;
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.
@@ -2942,7 +2941,6 @@ case "$opsys" in
# 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