Small tweaks to the -lqt recognition stuff (from John).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3441 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-01-28 13:25:35 +00:00
parent 0358360e51
commit 0221925ccf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-26 Angus Leeming <a.leeming@ic.ac.uk>
* qt2.m4: small tweaks to the -lqt recognition stuff..
2002-01-23 Lars Gullik Bjønnes <larsbj@birdstep.com>
* config.guess: update

View File

@ -278,6 +278,7 @@ else
dnl libs and headers supplied. Need to check lib name
qt2_incdir="$ac_qt2_includes"
qt2_libdir="$ac_qt2_libraries"
ac_qt2_name="-lqt"
QT2_CHECK_LIB_NAME
have_qt2="yes"
fi
@ -289,7 +290,7 @@ if test "$have_qt2" != yes; then
else
ac_cv_have_qt2="have_qt2=yes ac_qt2_name=$ac_qt2_name \
ac_qt2_includes=$ac_qt2_includes ac_qt2_libraries=$ac_qt2_libraries"
AC_MSG_RESULT([libraries $ac_qt2_libraries, headers $ac_qt2_includes])
AC_MSG_RESULT([libraries $ac_qt2_name in $ac_qt2_libraries, headers $ac_qt2_includes])
qt2_libraries="$ac_qt2_libraries"
qt2_includes="$ac_qt2_includes"