diff options
author | gedit <gedit@localhost> | 1999-08-08 23:51:40 +0800 |
---|---|---|
committer | gedit <gedit@localhost> | 1999-08-08 23:51:40 +0800 |
commit | b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3 (patch) | |
tree | 6309f8458770f46745767bd60ba571972f429988 /macros/gnome-x-checks.m4 | |
parent | 1b3a69c80916d9224926af9b31b4fb7df387c6e7 (diff) | |
download | gsoc2013-evolution-b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3.tar.gz gsoc2013-evolution-b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3.tar.zst gsoc2013-evolution-b9f1b5ebf004e48d96ecccf1e99a388ac3bce1b3.zip |
Woohoo! everything seems to be compiling and working properly.. and the binary is smaller too.. lets go for a merge and start getting some work done again...
svn path=/trunk/; revision=1094
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r-- | macros/gnome-x-checks.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 4ac3ba4439..1e397ef8e3 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -33,21 +33,6 @@ AC_DEFUN([GNOME_X_CHECKS], LDFLAGS="$saved_ldflags $GTK_LIBS" -dnl Check that we *don't* get GTK 1.3.* yet - - AC_MSG_CHECKING([whether we have GTK > 1.2]) - AC_EGREP_CPP(answer_affirmatively, - [#include <gtk/gtk.h> - #if GTK_MINOR_VERSION > 2 - answer_affirmatively - #endif - ], [AC_MSG_ERROR([Aborting, the current versions - of gnome are not yet compatible with the unstable GTK 1.3 release. - Please use GTK 1.2. To get Gtk 1.2 and Glib 1.2 from the CVS repo - sitory, use the commands cvs checkout -r gtk-1-2 gtk and - cvs checkout -r glib-1-2 glib.])]) - - dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow. USE_DEVGTK=true |