]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
if $QWTHOME"/include/qwt does not exists, define
authoradam <adam>
Mon, 1 Aug 2005 07:56:27 +0000 (07:56 +0000)
committeradam <adam>
Mon, 1 Aug 2005 07:56:27 +0000 (07:56 +0000)
QWT_INCLUDES as $QWTHOME"/include".

salome_adm/unix/config_files/check_qwt.m4

index 9cdc0a9d3de6e822c3ed433149258d01d51b8868..f1b456ddad3d6947f3045170b994850e21a1c34a 100644 (file)
@@ -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