diff lwlib/Makefile.in.in @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 1ce6082ce73f
line wrap: on
line diff
--- a/lwlib/Makefile.in.in	Mon Aug 13 09:05:11 2007 +0200
+++ b/lwlib/Makefile.in.in	Mon Aug 13 09:05:42 2007 +0200
@@ -17,7 +17,8 @@
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Some people use these in paths they define.  We don't want their paths
    getting changed on them. */
@@ -195,6 +196,12 @@
 EZ_SUBDIR =
 #endif
 
+#if defined (HAVE_X_WINDOWS)
+# ifndef NEED_TOOLKIT
+#  define NEED_TOOLKIT
+# endif
+#endif
+
 SRCS = lwlib.c MOTIF_SRCS LUCID_SRCS ATHENA_SRCS lwlib-utils.c \
        lwlib-config.c
 OBJS = lwlib.o MOTIF_OBJS LUCID_OBJS ATHENA_OBJS lwlib-utils.o \