From 128987a737c4b5c78a1e8566be2d3d3917c3e755 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 10 Mar 2006 21:10:07 +0000 Subject: [PATCH] remove unused QtXml library git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13338 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/ChangeLog | 4 ++++ config/qt.m4 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 6d5520fd2b..33e4dad4b6 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2006-03-10 Georg Baum + + * qt.m4: remove unused QtXml library + 2006-03-06 Georg Baum * qt.m4: add QtCore include directory diff --git a/config/qt.m4 b/config/qt.m4 index 525979dc84..ff6b9adf56 100644 --- a/config/qt.m4 +++ b/config/qt.m4 @@ -367,8 +367,8 @@ AC_DEFUN([QT4_CHECK_COMPILE], AC_LANG_CPLUSPLUS SAVE_CXXFLAGS=$CXXFLAGS CXXFLAGS="$CXXFLAGS $QT4_INCLUDES $QT4_LDFLAGS" - for libname in '-lQtCore -lQtGui -lQtXml -lQt3Support' \ - '-lQtCore4 -lQtGui4 -lQtXml4 -lQt3Support4' + for libname in '-lQtCore -lQtGui -lQt3Support' \ + '-lQtCore4 -lQtGui4 -lQt3Support4' do QT4_TRY_LINK($libname) if test -n "$qt4_cv_libname"; then -- 2.39.5