From: skl Date: Tue, 25 Mar 2008 06:27:54 +0000 (+0000) Subject: Changes for bug NPAL18246. X-Git-Tag: V4_1_2rc1~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b781d18c83c7f90f17a5452c953ada0554a0d519;p=modules%2Fgeom.git Changes for bug NPAL18246. --- diff --git a/build_configure b/build_configure index 27672f14d..91598ae7d 100755 --- a/build_configure +++ b/build_configure @@ -33,10 +33,10 @@ fi for option do case $option in - -with-ihm | --with-ihm) + -with-gui | --with-gui) GEOM_WITH_GUI="yes" break;; - -without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no) + -without-gui | --without-gui | -with-gui=no | --with-gui=no) GEOM_WITH_GUI="no" break;; esac