--- abiword-2.4.0~/abiword-plugins/tools/gda/plugin.m4 2005-09-25 14:28:14 +0300 +++ abiword-2.4.0/abiword-plugins/tools/gda/plugin.m4 2005-11-23 20:25:23 +0200 @@ -29,9 +29,9 @@ # Checks for header files. dnl only unix builds should need this stuff, so why...? -PKG_CHECK_MODULES(_abi_gda,[libgda >= 1.2.0 libgnomedb >= 1.2.0],[ +PKG_CHECK_MODULES(_abi_gda,[libgda-2.0 >= 1.2.0 libgnomedb-2.0 >= 1.2.0],[ ABI_PLUGIN_REPORT([gda: okay]) -],[ ABI_PLUGIN_REPORT([gda: error - libgda and libgnomedb >= 1.2.0 required]) +],[ ABI_PLUGIN_REPORT([gda: error - libgda-2.0 and libgnomedb-2.0 >= 1.2.0 required]) abi_plugin_disable=yes ]) if test $abi_plugin_disable = no; then