From c0e29f7c53f7f3082e95336f48814ec0be794203 Mon Sep 17 00:00:00 2001 From: prascle Date: Wed, 30 Nov 2005 19:57:55 +0000 Subject: [PATCH] PR: remove -L/usr/lib --- salome_adm/unix/config_files/check_qwt.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salome_adm/unix/config_files/check_qwt.m4 b/salome_adm/unix/config_files/check_qwt.m4 index f1b456dda..5803c5e92 100644 --- a/salome_adm/unix/config_files/check_qwt.m4 +++ b/salome_adm/unix/config_files/check_qwt.m4 @@ -90,7 +90,7 @@ then else LIBS="$LIBS -L$QTDIR/lib -lqt-mt" fi - if test "x$QWTHOME" = "x/usr/lib" + if test "x$QWTHOME" = "x/usr" then LIBS="$LIBS -lqwt" else @@ -120,7 +120,7 @@ then AC_MSG_RESULT(QWTHOME environment variable may be wrong) else QWT_INCLUDES="-I$QWT_INCLUDES" - if test "x$QWTHOME" = "x/usr/lib" + if test "x$QWTHOME" = "x/usr" then QWT_LIBS=" -lqwt" else -- 2.39.2