From 0221925ccf9f91a9ab2cb8a5aed1dbad81eb441e Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 28 Jan 2002 13:25:35 +0000 Subject: [PATCH] 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 --- config/ChangeLog | 4 ++++ config/qt2.m4 | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index db31e43ba5..682f2c17ff 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2002-01-26 Angus Leeming + + * qt2.m4: small tweaks to the -lqt recognition stuff.. + 2002-01-23 Lars Gullik Bjønnes * config.guess: update diff --git a/config/qt2.m4 b/config/qt2.m4 index a1d12ef89b..eab9fda27d 100644 --- a/config/qt2.m4 +++ b/config/qt2.m4 @@ -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" -- 2.39.2