From a29ad00ed3ce3d185b152eacb913442150ba9f32 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 9 Dec 2010 02:44:22 +0000 Subject: enable updatecheckplugin only if updatecheck is enabled. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2744 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e51f410c..45eb9427 100644 --- a/configure.in +++ b/configure.in @@ -402,14 +402,14 @@ AC_ARG_ENABLE(updatecheck, [ac_cv_enable_updatecheck=$enableval], [ac_cv_enable_updatecheck=yes]) if test x"$ac_cv_enable_updatecheck" = xyes ; then AC_DEFINE(USE_UPDATE_CHECK, 1, Define if you want update check feature.) -fi -dnl for update check feature -AC_ARG_ENABLE(updatecheckplugin, + dnl for update check feature (requires update check enabled) + AC_ARG_ENABLE(updatecheckplugin, [ --disable-updatecheckplugin Disable update check plugin feature], [ac_cv_enable_updatecheckplugin=$enableval], [ac_cv_enable_updatecheckplugin=yes]) -if test x"$ac_cv_enable_updatecheckplugin" = xyes ; then + if test x"$ac_cv_enable_updatecheckplugin" = xyes ; then AC_DEFINE(USE_UPDATE_CHECK_PLUGIN, 1, Define if you want update check plugin feature.) + fi fi dnl Check for d_type member in struct dirent -- cgit v1.2.3