From: skl Date: Tue, 25 Mar 2008 06:28:42 +0000 (+0000) Subject: Changes for bug NPAL18246. X-Git-Tag: V4_1_2rc1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fdca18229cc1db3a8d2e554e9f9d17d718fc20d6;p=modules%2Fsmesh.git Changes for bug NPAL18246. --- diff --git a/build_configure b/build_configure index 66f991e57..11867ee41 100755 --- a/build_configure +++ b/build_configure @@ -32,10 +32,10 @@ fi for option do case $option in - -with-ihm | --with-ihm) + -with-gui | --with-gui) SMESH_WITH_GUI="yes" break;; - -without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no) + -without-gui | --without-gui | -with-gui=no | --with-gui=no) SMESH_WITH_GUI="no" break;; esac