Michael Schmitt's -lqt-mt3 patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9649 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-02-18 17:25:10 +00:00
parent fe4cbc1dc5
commit 7cd5ed9c12
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-02-17 Michael Schmitt <michael.schmitt@teststep.org>
* qt.m4: detect Qt Win/Free library
2005-02-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* relyx_configure.in:

View File

@ -109,7 +109,7 @@ AC_DEFUN([QT_CHECK_COMPILE],
SAVE_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS $QT_INCLUDES $QT_LDFLAGS"
for libname in -lqt3 -lqt2 -lqt -lqt-mt;
for libname in -lqt3 -lqt2 -lqt -lqt-mt -lqt-mt3;
do
QT_TRY_LINK($libname)
if test -n "$qt_cv_libname"; then