key --with/whithout-ihm has been replaced by --with/whithout-gui
This commit is contained in:
parent
7c2ac5565e
commit
1e3bfa2970
@ -32,10 +32,10 @@ fi
|
||||
for option
|
||||
do
|
||||
case $option in
|
||||
-with-ihm | --with-ihm)
|
||||
-with-gui | --with-gui)
|
||||
NETGENPLUGIN_WITH_GUI="yes"
|
||||
break;;
|
||||
-without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no)
|
||||
-without-gui | --without-gui | -with-gui=no | --with-gui=no)
|
||||
NETGENPLUGIN_WITH_GUI="no"
|
||||
break;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user