From: Richard M. Stallman Date: Wed, 1 Oct 1997 17:24:24 +0000 (+0000) Subject: [! HAVE_LIBXMU] (LIBXMU): Define as empty. X-Git-Tag: emacs-20.3~3061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c151e13c0e6ef928c7c5713dd6c7a8b97810aa9c;p=emacs.git [! HAVE_LIBXMU] (LIBXMU): Define as empty. [! HAVE_LIBXMU] (NO_EDITRES): Defined. --- diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index f5053a45afd..ce9bf026df5 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -29,3 +29,10 @@ if it was a control character like tab, enter, backspace, or ESC. Bill_Mann @ PraxisInt.com */ /* #undef X11R5_INHIBIT_I18N */ + +#ifndef HAVE_LIBXMU +#define LIBXMU + +/* Unfortunately without libXmu we cannot support EditRes. */ +#define NO_EDITRES +#endif