diff options
author | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-01-13 09:21:51 +0800 |
---|---|---|
committer | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-01-13 09:21:51 +0800 |
commit | b360846792c7ade453c2638c0aaaf857163ef1a1 (patch) | |
tree | 1a6b02dc47c07085298fafae0f07e89202c832a3 | |
parent | 6eb8a5006f5cce19bfe748e2d1bc215839222455 (diff) | |
download | gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.tar gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.tar.gz gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.tar.bz2 gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.tar.lz gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.tar.xz gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.tar.zst gsoc2013-evolution-b360846792c7ade453c2638c0aaaf857163ef1a1.zip |
x GMoiss about box fixed
x Filenames changed to the file structure and they now use simulation
struct
x Everything now uses glib
x 0.99.2 compliant
x May not work (commit for rulox)
Alan Aspuru Guzik
svn path=/trunk/; revision=596
-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 fc4ab00b08..ce3cbf7607 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.1.7,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.1.12,,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" |