~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-09-22 19:16:08 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060922191608-i9jngvf1wtf3j5rd
Tags: 1.4.12~20060907-1ubuntu1
Merge from debian unstable:
-> Keep the additional dependency on libterm-readline-perl-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#                                               -*- Autoconf -*-
2
2
# Process this file with autoconf to produce a configure script.
3
3
AC_PREREQ(2.57)
4
 
AC_INIT(lighttpd, 1.4.11, jan@kneschke.de)
 
4
AC_INIT(lighttpd, 1.4.12, jan@kneschke.de)
5
5
AC_CONFIG_SRCDIR([src/server.c])
6
6
 
7
7
AC_CANONICAL_TARGET
66
66
AC_TYPE_PID_T
67
67
AC_TYPE_SIZE_T
68
68
 
69
 
AC_CHECK_MEMBER(struct tm.tm_gmtoff,AC_DEFINE([HAVE_STRUCT_TM_GMTOFF],[1],[gmtoff in struct tm]),,[#include <time.h>])
 
69
AC_CHECK_MEMBER(struct tm.tm_gmtoff,[AC_DEFINE([HAVE_STRUCT_TM_GMTOFF],[1],[gmtoff in struct tm])],,[#include <time.h>])
70
70
AC_CHECK_TYPES(struct sockaddr_storage,,,[#include <sys/socket.h>])
71
71
AC_CHECK_TYPES(socklen_t,,,[#include <sys/types.h>
72
72
#include <sys/socket.h>])
440
440
esac
441
441
 
442
442
AC_CHECK_FUNCS([dup2 getcwd inet_ntoa inet_ntop memset mmap munmap strchr \
443
 
                  strdup strerror strstr strtol sendfile  getopt socket \
 
443
                  strdup strerror strstr strtol sendfile  getopt socket lstat \
444
444
                  gethostbyname poll sigtimedwait epoll_ctl getrlimit chroot \
445
445
                  getuid select signal pathconf madvise posix_fadvise posix_madvise \
446
446
                  writev sigaction sendfile64 send_file kqueue port_create localtime_r])
538
538
AC_OUTPUT
539
539
 
540
540
 
541
 
do_build="mod_cgi mod_fastcgi mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi" 
 
541
do_build="mod_cgi mod_fastcgi mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming" 
542
542
 
543
543
plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl"
544
544
features="regex-conditionals"