tAdded --disable-glib2 configure option, to force use of GTK+ 1.x if desired. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2df862908781ea27b228eb6927a5343e19b0bb11
(DIR) parent ddb6ae07cca23448bf61fc4923008f64b5b8daa2
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 25 Mar 2002 16:42:16 +0000
Added --disable-glib2 configure option, to force use of GTK+ 1.x if desired.
Diffstat:
M acconfig.h | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/acconfig.h b/acconfig.h
t@@ -23,3 +23,6 @@
/* Do we have GTK+ with a non-buggy gtk_entry_set_visibility() ?
(i.e. >= 1.2.10) */
#undef HAVE_FIXED_GTK
+
+/* Do we have GTK+ 2.0 ? */
+#undef HAVE_GTK2