From f4ab0f022c847485d347d1ce8cd2ffcde3497f56 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 28 Dec 2009 05:00:53 +0000 Subject: added configure option '--disable-updatecheck' which disables the update check feature. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2407 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5aa28dbc..3cfadb93 100644 --- a/configure.in +++ b/configure.in @@ -385,6 +385,14 @@ else AC_MSG_RESULT(no) fi +dnl for update check feature +AC_ARG_ENABLE(updatecheck, + [ --disable-updatecheck Disable update check feature], + [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 Check for d_type member in struct dirent AC_MSG_CHECKING([whether struct dirent has d_type member]) AC_CACHE_VAL(ac_cv_dirent_d_type,[ -- cgit v1.2.3