diff src/Makefile.in @ 108610:4cbe9b411630

Always define OLDXMENU in src/Makefile.in. * src/Makefile.in (OLDXMENU): Always define. * msdos/sed1v2.inp (OLDXMENU): Edit to empty. * msdos/sed1x.inp (OLDXMENU): Expect empty initial value.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 May 2010 15:01:22 -0700
parents 3ec4560a97c9
children a32b146e01b5
line wrap: on
line diff
--- a/src/Makefile.in	Sat May 15 14:51:12 2010 -0700
+++ b/src/Makefile.in	Sat May 15 15:01:22 2010 -0700
@@ -294,8 +294,12 @@
 #endif
 	$(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $<
 
+/* If !HAVE_X11 || USE_GTK, empty.
+   Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a.
+   Else ${oldXMenudir}libXMenu11.a.  */
+OLDXMENU=@OLDXMENU@
+
 #ifdef HAVE_X_WINDOWS
-OLDXMENU=@OLDXMENU@
 LIBXMENU=@LIBXMENU@
 LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)
 LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE)