From c151e13c0e6ef928c7c5713dd6c7a8b97810aa9c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 1 Oct 1997 17:24:24 +0000 Subject: [PATCH] [! HAVE_LIBXMU] (LIBXMU): Define as empty. [! HAVE_LIBXMU] (NO_EDITRES): Defined. --- src/s/aix4-1.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2