Am Freitag, 10. März 2006 13:00 schrieb Angus Leeming: > You can remove the lQtXml bit as LyX doesn't ues it. > > + for libname in '-lQtCore -lQtGui -lQtXml -lQt3Support' \ > + '-lQtCore4 -lQtGui4 -lQtXml4 -lQt3Support4'
Thanks, I'll do so, I thought these were used on some obscure platforms. Georg
Index: config/ChangeLog =================================================================== --- config/ChangeLog (Revision 13337) +++ config/ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2006-03-10 Georg Baum <[EMAIL PROTECTED]> + + * qt.m4: remove unused QtXml library + 2006-03-06 Georg Baum <[EMAIL PROTECTED]> * qt.m4: add QtCore include directory Index: config/qt.m4 =================================================================== --- config/qt.m4 (Revision 13337) +++ config/qt.m4 (Arbeitskopie) @@ -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