#########################################################
# 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}
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