diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-08-19 08:39:57 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-08-19 08:39:57 +0800 |
commit | a93ad2550661f00b21163aa0be1964f0e76bbe52 (patch) | |
tree | 7bcea90585823dd8007b773cd775de642cf59137 /macros/gnome-x-checks.m4 | |
parent | 08752e1b538c47f74714199eed76e9cda61c256f (diff) | |
download | gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.tar gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.tar.gz gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.tar.bz2 gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.tar.lz gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.tar.xz gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.tar.zst gsoc2013-evolution-a93ad2550661f00b21163aa0be1964f0e76bbe52.zip |
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely
required, and other people think 1.2.3 is required).
svn path=/trunk/; revision=1121
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r-- | macros/gnome-x-checks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 1e397ef8e3..ac80dcd3f4 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -15,7 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS} dnl AC_DEFUN([GNOME_X_CHECKS], [ - AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.2.3,,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 dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes" dnl |