From: adam Date: Mon, 1 Aug 2005 07:56:27 +0000 (+0000) Subject: if $QWTHOME"/include/qwt does not exists, define X-Git-Tag: T_3_0_2a1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b1bd00fbb16762f4c0a6cdd20f633f8d4a6f113;p=modules%2Fkernel.git if $QWTHOME"/include/qwt does not exists, define QWT_INCLUDES as $QWTHOME"/include". --- diff --git a/salome_adm/unix/config_files/check_qwt.m4 b/salome_adm/unix/config_files/check_qwt.m4 index 9cdc0a9d3..f1b456dda 100644 --- a/salome_adm/unix/config_files/check_qwt.m4 +++ b/salome_adm/unix/config_files/check_qwt.m4 @@ -47,6 +47,9 @@ if test -z $QWTHOME; then if test "x$exits_ok" = "xyes"; then if test -z $QWT_INCLUDES; then QWT_INCLUDES=$QWTHOME"/include/qwt" + if test ! -d $QWT_INCLUDES; then + QWT_INCLUDES=$QWTHOME"/include" + fi fi fi else