diff options
| author | Sam Varshavchik | 2017-09-27 06:33:51 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2017-09-27 06:35:37 -0400 | 
| commit | 2f01130041ddcf084fad4ab16c1e2bf78c3311e4 (patch) | |
| tree | c6071f411063b59262fe873c8bc164648a321026 /rfc822/configure.ac | |
| parent | eedb9063edb64a676cb77d38f517197dbb8a1216 (diff) | |
| download | courier-libs-2f01130041ddcf084fad4ab16c1e2bf78c3311e4.tar.bz2 | |
Fix configure.ac.
Diffstat (limited to 'rfc822/configure.ac')
| -rw-r--r-- | rfc822/configure.ac | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/rfc822/configure.ac b/rfc822/configure.ac index 8dfee01..62579e8 100644 --- a/rfc822/configure.ac +++ b/rfc822/configure.ac @@ -64,23 +64,13 @@ AC_CACHE_CHECK([how to calculate alternate timezone],librfc822_cv_SYS_TIMEZONE,  AC_TRY_COMPILE([  #include	<time.h>  ],[ -int main() -{  time_t	t=altzone; - -	return (0); -}  ], librfc822_cv_SYS_TIMEZONE=altzone,  	AC_TRY_COMPILE([  #include	<time.h>  ],[ -int main() -{  int	n=daylight; - -	return (0); -}  	], librfc822_cv_SYS_TIMEZONE=daylight,  	AC_TRY_COMPILE([ @@ -88,12 +78,7 @@ int	n=daylight;  extern struct tm dummy;  ],[ -int main() -{  long	n=dummy.tm_gmtoff; - -	return (0); -}  	] ,librfc822_cv_SYS_TIMEZONE=tm_gmtoff,  		librfc822_cv_SYS_TIMEZONE=unknown  			) | 
