diff -dPNur gnome-libs-1.4.2/configure.in gnome-libs-1.4.2-ds/configure.in --- gnome-libs-1.4.2/configure.in 2012-01-15 00:30:56.000000000 +0100 +++ gnome-libs-1.4.2-ds/configure.in 2012-01-15 00:27:53.000000000 +0100 @@ -119,13 +119,7 @@ AC_CACHE_CHECK([for gmodule support], ac_cv_gmodule,[ save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS `glib-config --libs gmodule`" - AC_TRY_RUN([ -#include - -int main() -{ - return g_module_supported() == 0; -}],ac_cv_gmodule=yes,ac_cv_gmodule=no,ac_cv_gmodule=yes) + ac_cv_gmodule=yes LDFLAGS="$save_LDFLAGS"]) if test $ac_cv_gmodule = no; then AC_MSG_ERROR([Dynamic linking is not available on this platform. Some apps,