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 18b772220b91f0f39d10415df2e4aa9131dfe7d3
(DIR) parent 2df862908781ea27b228eb6927a5343e19b0bb11
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 25 Mar 2002 16:43:24 +0000
Added --disable-glib2 configure option, to force use of GTK+ 1.x if desired.
Diffstat:
M config.h.in | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config.h.in b/config.h.in
t@@ -79,6 +79,9 @@
(i.e. >= 1.2.10) */
#undef HAVE_FIXED_GTK
+/* Do we have GTK+ 2.0 ? */
+#undef HAVE_GTK2
+
/* The number of bytes in a long long. */
#undef SIZEOF_LONG_LONG