diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-15 22:58:55 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-15 22:58:55 -0700 |
commit | 35a20d6ca38bc68cfe8794defc6b2a6454df47b9 (patch) | |
tree | 87e6463b53e78f813d4fc239972dc4af216eaa7b /configure | |
parent | 95adb4b161764fa6c9d46da52165852929a34e45 (diff) | |
download | emacs-35a20d6ca38bc68cfe8794defc6b2a6454df47b9.tar.gz |
* 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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index a661f4a4210..5f97e64a014 100755 --- a/configure +++ b/configure @@ -21603,7 +21603,7 @@ case "$opsys" in ## hpux10-20: Use the system provided termcap(3) library. ## openbsd: David Mazieres <dm@reeducation-labor.lcs.mit.edu> 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 |