]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Changes for bug NPAL18246.
authorskl <skl@opencascade.com>
Tue, 25 Mar 2008 06:27:54 +0000 (06:27 +0000)
committerskl <skl@opencascade.com>
Tue, 25 Mar 2008 06:27:54 +0000 (06:27 +0000)
build_configure

index 27672f14d2aefc040d79e53a68feee6eb75ce848..91598ae7d50600b4ebd94c8c3aec7b0e314173b2 100755 (executable)
@@ -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