diff options
-rw-r--r-- | macros2/ChangeLog | 5 | ||||
-rw-r--r-- | macros2/gnome-x-checks.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog index d6ed3078..42e472a3 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,8 @@ +2000-08-06 Martin Baulig <baulig@suse.de> + + * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed + to GNOME2_X_CHECKS. + 2000-07-24 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Removed some old crap in it. diff --git a/macros2/gnome-x-checks.m4 b/macros2/gnome-x-checks.m4 index dbb56ffa..19cccaef 100644 --- a/macros2/gnome-x-checks.m4 +++ b/macros2/gnome-x-checks.m4 @@ -13,7 +13,7 @@ dnl dnl The following configure cache variables are defined (but not used): dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS} dnl -AC_DEFUN([GNOME_X_CHECKS], +AC_DEFUN([GNOME2_X_CHECKS], [ AM_PATH_GTK_2_0(1.3.1,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could |