Index: src/Makefile.am =================================================================== --- src/Makefile.am (revision 30648) +++ src/Makefile.am (working copy) @@ -73,7 +73,7 @@ af/util/xp/libxp.la \ af/ev/$(TOOLKIT)/lib$(TOOLKIT).la \ af/ev/xp/libxp.la \ - $(opt_libs) $(DEPS_LIBS) + $(opt_libs) if TOOLKIT_GTK_ALL libabiword_@ABIWORD_SERIES@_la_LIBADD += \ Index: configure.in =================================================================== --- configure.in (revision 30648) +++ configure.in (working copy) @@ -680,7 +680,6 @@ fi PKG_CHECK_MODULES(DEPS,[$deps_pkgs]) -DEPS_LIBS=`$PKG_CONFIG --libs-only-L --libs-only-l $deps_pkgs` dnl specific gtk214 test. if test "$TOOLKIT_IS_GTK2" = "yes"; then PKG_CHECK_MODULES(GTK214, gtk+-2.0 > 2.14, [abi_cv_gtk214=yes],