From fdca18229cc1db3a8d2e554e9f9d17d718fc20d6 Mon Sep 17 00:00:00 2001 From: skl Date: Tue, 25 Mar 2008 06:28:42 +0000 Subject: [PATCH] Changes for bug NPAL18246. --- build_configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2