Michael Schmitt's -lqt-mt3 patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-02-18 17:25:06 +00:00
parent 3a4be311e6
commit 8b7ea654e4
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>
* lyxinclude.m4 (LYX_USE_PACKAGING): remove single quotes around

View File

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