From b781d18c83c7f90f17a5452c953ada0554a0d519 Mon Sep 17 00:00:00 2001 From: skl Date: Tue, 25 Mar 2008 06:27:54 +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 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 -- 2.39.2