diff options
| author | Glenn Morris | 2010-06-29 20:43:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-29 20:43:30 -0700 |
| commit | a46007e939dcdb94301d4ea6eb94539cfa580e1d (patch) | |
| tree | c27b46af22c17368b54715c8d05c9d4d7be7b466 /src/s | |
| parent | e7586c7a671ea10004afc3d8e48718eed8c7ce26 (diff) | |
| download | emacs-a46007e939dcdb94301d4ea6eb94539cfa580e1d.tar.gz emacs-a46007e939dcdb94301d4ea6eb94539cfa580e1d.zip | |
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Set with AC_DEFINE rather than AH_BOTTOM.
* src/s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
* admin/CPP-DEFINES: Remove INHIBIT_X11R6_XIM.
* configure, src/config.in: Regenerate.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sol2-6.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 0c30b3d81f0..f4719093d4a 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -34,10 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 34 | #define HAVE_LIBKSTAT | 34 | #define HAVE_LIBKSTAT |
| 35 | #endif | 35 | #endif |
| 36 | 36 | ||
| 37 | /* inoue@ainet.or.jp says Solaris has a bug related to X11R6-style | ||
| 38 | XIM support. */ | ||
| 39 | #define INHIBIT_X11R6_XIM | ||
| 40 | |||
| 41 | /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock | 37 | /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock |
| 42 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. | 38 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. |
| 43 | It may also be appropriate for SVR4.x | 39 | It may also be appropriate for SVR4.x |