blob: 37f3a2c96afb500de8ea461bf78f92798df887fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- gnome-python-extras-2.11.4/configure.ac 2005-08-09 12:46:34.000000000 -0400
+++ gnome-python-extras-2.11.4.new/configure.ac 2005-08-26 17:10:28.000000000 -0400
@@ -288,7 +288,7 @@
dnl should we build the gda module?
build_gda=false
PKG_CHECK_MODULES(GDA, [libgda >= libgda_required_version pygtk-2.0 >= pygtk_required_version],
- build_gda=true,
+ build_gda=false,
build_gda=false)
AM_CONDITIONAL(BUILD_GDA, $build_gda)
if test -n "$export_dynamic"; then
|