From: prascle Date: Wed, 30 Nov 2005 19:57:55 +0000 (+0000) Subject: PR: remove -L/usr/lib X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c0e29f7c53f7f3082e95336f48814ec0be794203;p=modules%2Fkernel.git PR: remove -L/usr/lib --- 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