From 8b1bd00fbb16762f4c0a6cdd20f633f8d4a6f113 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 1 Aug 2005 07:56:27 +0000 Subject: [PATCH] if $QWTHOME"/include/qwt does not exists, define QWT_INCLUDES as $QWTHOME"/include". --- salome_adm/unix/config_files/check_qwt.m4 | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2