mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
0358360e51
commit
0221925ccf
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user