Salome HOME
Changes for bug NPAL18246.
authorskl <skl@opencascade.com>
Tue, 25 Mar 2008 06:28:42 +0000 (06:28 +0000)
committerskl <skl@opencascade.com>
Tue, 25 Mar 2008 06:28:42 +0000 (06:28 +0000)
build_configure

index 66f991e577ff9029fdead56e19f63cec9b04581c..11867ee411034144315b0ebb397769fc2cc8d126 100755 (executable)
@@ -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