From 86f73a50143cd9db20df584c1c2acdce074c0a54 Mon Sep 17 00:00:00 2001 From: Gregory McLean Date: Wed, 10 Jun 1998 18:26:05 +0000 Subject: Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amount of fuss. I'm not an auto* guru by any stretch of anyones imagination so I'm pretty confident that its not idiot proof. This should make the bulk of the people happy now. -- Greg svn path=/trunk/; revision=257 --- macros/ChangeLog | 5 +++++ macros/gnome-x-checks.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index 91d28db316..098109e22b 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 10 14:19:39 EDT 1998 Gregory McLean + + * gnome-x-checks.m4: more tweeks to make building against gtk 1.0 and + gtk1.1 less painful. + 1998-06-08 Martin Baulig * gnome-support.m4 (CROSS_COMPILING): New automake conditional; diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 28fa1eea84..5192a7c0d5 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -47,7 +47,7 @@ AC_DEFUN([GNOME_X_CHECKS], ;; esac - AC_CHECK_HEADER(gtk/gtkaccelgroup.h, AC_DEFINE(HAVE_DEVGTK)) + AC_CHECK_HEADER(gtk/gtkaccelgroup.h, USE_DEVGTK=true; AC_DEFINE(HAVE_DEVGTK)) if test "$GNOME_HAVE_SM" = true; then AC_CHECK_HEADERS(X11/SM/SMlib.h,,GNOME_HAVE_SM=false) -- cgit v1.2.3