diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-29 20:43:30 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-29 20:43:30 -0700 |
commit | a46007e939dcdb94301d4ea6eb94539cfa580e1d (patch) | |
tree | c27b46af22c17368b54715c8d05c9d4d7be7b466 /src/s | |
parent | e7586c7a671ea10004afc3d8e48718eed8c7ce26 (diff) | |
download | emacs-a46007e939dcdb94301d4ea6eb94539cfa580e1d.tar.gz emacs-a46007e939dcdb94301d4ea6eb94539cfa580e1d.tar.bz2 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/>. */ #define HAVE_LIBKSTAT #endif -/* inoue@ainet.or.jp says Solaris has a bug related to X11R6-style - XIM support. */ -#define INHIBIT_X11R6_XIM - /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock rather than sighold/sigrelse, which appear to be BSD4.1 specific. It may also be appropriate for SVR4.x |