aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-05-15 22:58:55 -0700
committerDan Nicolaescu <[email protected]>2010-05-15 22:58:55 -0700
commit35a20d6ca38bc68cfe8794defc6b2a6454df47b9 (patch)
tree87e6463b53e78f813d4fc239972dc4af216eaa7b /configure
parent95adb4b161764fa6c9d46da52165852929a34e45 (diff)
* configure.in: Remove references to usg5-4 and bsd-common, $opsys
does not use them. (X11R5_INHIBIT_I18N): Remove, unused.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a661f4a421..5f97e64a01 100755
--- a/configure
+++ b/configure
@@ -21603,7 +21603,7 @@ case "$opsys" in
## hpux10-20: Use the system provided termcap(3) library.
## openbsd: David Mazieres <[email protected]> says this
## is necessary. Otherwise Emacs dumps core when run -nw.
- aix4-2|cygwin|hpux*|irix6-5|openbsd|usg5-4|sol2*|unixware) TERMINFO=yes ;;
+ aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
## darwin: Prevents crashes when running Emacs in Terminal.app under 10.2.
## The ncurses library has been moved out of the System framework in