Changes for bug NPAL18246.

This commit is contained in:
skl 2008-03-25 06:28:42 +00:00
parent 30c4d1f606
commit fdca18229c

View File

@ -32,10 +32,10 @@ fi
for option for option
do do
case $option in case $option in
-with-ihm | --with-ihm) -with-gui | --with-gui)
SMESH_WITH_GUI="yes" SMESH_WITH_GUI="yes"
break;; 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" SMESH_WITH_GUI="no"
break;; break;;
esac esac