Changes for bug NPAL18246.

This commit is contained in:
skl 2008-03-25 06:27:54 +00:00
parent f1da338cb6
commit b781d18c83

View File

@ -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