From: vsr Date: Tue, 30 Sep 2008 03:25:11 +0000 (+0000) Subject: Issue 0019987: set "NETGENPLUGIN_WITH_GUI" mode to "yes" by default X-Git-Tag: RELIQUAT_4x_25102008~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=92b7ab175192db936b8eced53ba3d46d5a9c3379;p=plugins%2Fnetgenplugin.git Issue 0019987: set "NETGENPLUGIN_WITH_GUI" mode to "yes" by default --- diff --git a/configure.ac b/configure.ac index 6930fdf..6c8e1c0 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])