Salome HOME
4x & 5x: Error at Measures - Dimensions - Angle with edge selection
[modules/geom.git] / 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