]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
*** empty log message ***
authormaintenance team <salome-mnt@opencascade.com>
Thu, 22 May 2008 12:20:04 +0000 (12:20 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Thu, 22 May 2008 12:20:04 +0000 (12:20 +0000)
config_files/build.csh

index f6c40e484e3a7ad8fd8b7ff65995051b9c82b71a..acb09bc9b86a150494fabe06300106bd21a3ee12 100755 (executable)
@@ -250,7 +250,7 @@ foreach module (${modules})
            #########################################################
            # call build_configure
            #########################################################
-               if ( $med_with_gui > 0 && "${module}" == "MED" ) then
+               if ( $med_with_gui == 0 && "${module}" == "MED" ) then
                    set add_keys="--without-ihm"
                endif
            cd ${module_src}
@@ -330,7 +330,7 @@ foreach module (${modules})
            if (  "${module}" == "NETGENPLUGIN" && ($?NETGENHOME) ) then
                set add_keys="--with-netgen=${NETGENHOME}"
            endif
-               if ( $med_with_gui > 0 && "${module}" == "MED" ) then
+               if ( $med_with_gui == 0 && "${module}" == "MED" ) then
                    set add_keys="--without-ihm"
                endif
            ${module_src}/configure --prefix=$px ${optim} ${add_keys} >& ${LOG_DIR}/configure_${module}.log