diff configure.in @ 108524:732a4fb5612e

Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS. * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS. * src/Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]: Let configure set these variables (to empty) in this case as well.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 May 2010 20:52:07 -0700
parents 81b3d413542e
children 7ed2fb419f40
line wrap: on
line diff
--- a/configure.in	Wed May 12 20:18:04 2010 -0700
+++ b/configure.in	Wed May 12 20:52:07 2010 -0700
@@ -3144,7 +3144,7 @@
   LIBX_OTHER=
 fi
 
-if test "$HAVE_GTK" = "yes"; then
+if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then
   OLDXMENU=
   LIBXMENU=
 fi