X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=2669e8e20f3d942e2ca9647c6cbb6be27c10decc;hp=0f9f97e04b739b4ddd221894e08abfcf1ae65064;hb=671eacc5e6173e01ef058d9609231ab9ec0e0847;hpb=e5d12892a309484ff6d37012d2e515fbdd647af5 diff --git a/configure.in b/configure.in index 0f9f97e0..2669e8e2 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.101 2007/01/12 15:20:17 fabiankeil Exp $ +dnl $Id: configure.in,v 1.102 2007/01/18 14:55:45 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001 - 2004 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,11 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.102 2007/01/18 14:55:45 fabiankeil +dnl Check for tzset() and putenv() to make sure the +dnl replacement timegm() isn't included on systems +dnl where it fails to compile. +dnl dnl Revision 1.101 2007/01/12 15:20:17 fabiankeil dnl Temporarily ignore external libpcrs to prevent dnl problems that are fixed in Privoxy's own version. @@ -481,7 +486,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.101 $) +AC_REVISION($Revision: 1.102 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -1148,7 +1153,7 @@ AC_FUNC_SETPGRP AC_TYPE_SIGNAL dnl uncommenting does not work for swa. suse linux dnl AC_FUNC_STAT -AC_CHECK_FUNCS([atexit getcwd gethostbyaddr gethostbyaddr_r gethostbyname gethostbyname_r inet_ntoa localtime_r memchr memmove memset putenv random regcomp select setlocale socket strchr strdup strerror strftime strptime strstr strtoul timegm tzset]) +AC_CHECK_FUNCS([access atexit getcwd gethostbyaddr gethostbyaddr_r gethostbyname gethostbyname_r inet_ntoa localtime_r memchr memmove memset putenv random regcomp select setlocale socket strchr strdup strerror strftime strptime strstr strtoul timegm tzset]) dnl =================================================================