Issue 0019987: set "NETGENPLUGIN_WITH_GUI" mode to "yes" by default

This commit is contained in:
vsr 2008-09-30 03:25:11 +00:00
parent 458b903164
commit 92b7ab1751

View File

@ -223,7 +223,7 @@ AC_SUBST_FILE(CORBA)
corba=make_$ORB
CORBA=adm_local/unix/$corba
NETGENPLUGIN_WITH_GUI=no
NETGENPLUGIN_WITH_GUI=yes
AM_CONDITIONAL(NETGENPLUGIN_ENABLE_GUI, [test "${NETGENPLUGIN_WITH_GUI}" = "yes"])