From 7bc271aed38e8f5d5ca4b2e40eaf2bf545e7a719 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 31 Jan 2005 06:33:16 +0000 Subject: ported to gpgme-1.0. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@56 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 36fc8713..7afdea9a 100644 --- a/configure.in +++ b/configure.in @@ -5,11 +5,11 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=1 -MINOR_VERSION=1 +MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=alpha1 +EXTRA_VERSION=pre VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target @@ -115,7 +115,7 @@ AC_ARG_ENABLE(gpgme, AC_MSG_CHECKING([whether to use GPGME]) if test $ac_cv_enable_gpgme = yes; then AC_MSG_RESULT(yes) - AM_PATH_GPGME(0.3.10, AC_DEFINE(USE_GPGME, 1, Define if you use GPGME to support OpenPGP.), + AM_PATH_GPGME(0.4.5, AC_DEFINE(USE_GPGME, 1, Define if you use GPGME to support OpenPGP.), [use_gpgme=no ac_cv_enable_gpgme=no]) else @@ -299,6 +299,9 @@ AC_TYPE_PID_T AC_TYPE_SIZE_T AC_STRUCT_TM +AC_SYS_LARGEFILE +AC_FUNC_FSEEKO + dnl AC_CHECK_TYPE(wint_t, unsigned int) does not work because wint_t dnl may be defined only in wchar.h (this happens with gcc-2.96). dnl So we need to use this extended macro. -- cgit v1.2.3