diff src/s/aix4-2.h @ 108148:1c3ecdb885b5

Move LIBXMU from cpp to configure. * configure.in (LIBXMU): New output variable. * src/Makefile.in (LIBXMU): Set with configure, not cpp. * src/s/aix4-2.h (LIBXMU): * src/s/hpux10-20.h (LIBXMU): Remove definition, now set in configure.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Apr 2010 00:01:43 -0700
parents d5c67777ae39
children 01b4cde1b57b
line wrap: on
line diff
--- a/src/s/aix4-2.h	Tue Apr 27 23:54:25 2010 -0700
+++ b/src/s/aix4-2.h	Wed Apr 28 00:01:43 2010 -0700
@@ -136,8 +136,6 @@
 #undef sigmask
 
 #ifndef HAVE_LIBXMU
-#define LIBXMU
-
 /* Unfortunately without libXmu we cannot support EditRes.  */
 #define NO_EDITRES
 #endif
@@ -153,8 +151,8 @@
    It is possible to completely override the malloc implementation on
    AIX, but that involves putting the malloc functions in a shared
    library and setting the MALLOCTYPE environment variable to point to
-   tha shared library.
-   
+   that shared library.
+
    Emacs currently calls xrealloc on the results of get_current_dir name,
    to avoid a crash just use the Emacs implementation for that function.
 */