]> git.lyx.org Git - features.git/commitdiff
Small tweaks to the -lqt recognition stuff (from John).
authorAngus Leeming <leeming@lyx.org>
Mon, 28 Jan 2002 13:25:35 +0000 (13:25 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 28 Jan 2002 13:25:35 +0000 (13:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3441 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/qt2.m4

index db31e43ba5c3bf683dde5700f54f2985001dc2dc..682f2c17ff18ebf45f95a845cb6b764bfeaf990e 100644 (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
index a1d12ef89b83bba375a0d541ab2850754b75a345..eab9fda27dc10946ff8488c96efa81f5a915654f 100644 (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"