This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --enable-cgibindir=/home/ovh/cgi-bin/ --enable-imagedir=/home/ovh/www/webmail --with-authvchkpw --without-authpam --without-authuserdb --without-authpwd --without-authshadow --without-authldap --without-authdaemon

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.24
uname -s = Linux
uname -v = #1 ven jan 23 20:17:26 CET 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin
PATH: /sbin
PATH: /usr/sbin
PATH: /mnt/sysimage/bin
PATH: /mnt/sysimage/usr/bin
PATH: /mnt/sysimage/usr/sbin
PATH: /mnt/sysimage/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1242: checking for a BSD-compatible install
configure:1296: result: /usr/bin/install -c
configure:1307: checking whether build environment is sane
configure:1350: result: yes
configure:1383: checking for gawk
configure:1399: found /usr/bin/gawk
configure:1409: result: gawk
configure:1419: checking whether make sets ${MAKE}
configure:1439: result: yes
configure:1576: checking whether make sets ${MAKE}
configure:1596: result: yes
configure:1605: checking whether ln -s works
configure:1609: result: yes
configure:1622: checking for perl5
configure:1655: result: no
configure:1622: checking for perl
configure:1640: found /usr/bin/perl
configure:1652: result: /usr/bin/perl
configure:1671: checking for sysconftool...
configure:1690: result: ././sysconftool
configure:1742: checking for gcc
configure:1758: found /usr/bin/gcc
configure:1768: result: gcc
configure:2012: checking for C compiler version
configure:2015: gcc --version </dev/null >&5
2.96
configure:2018: $? = 0
configure:2020: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
configure:2023: $? = 0
configure:2025: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2028: $? = 1
configure:2054: checking for C compiler default output
configure:2057: gcc    conftest.c  >&5
configure:2060: $? = 0
configure:2093: result: a.out
configure:2098: checking whether the C compiler works
configure:2104: ./a.out
configure:2107: $? = 0
configure:2122: result: yes
configure:2129: checking whether we are cross compiling
configure:2131: result: no
configure:2134: checking for suffix of executables
configure:2136: gcc -o conftest    conftest.c  >&5
configure:2139: $? = 0
configure:2161: result: 
configure:2167: checking for suffix of object files
configure:2191: gcc -c   conftest.c >&5
configure:2194: $? = 0
configure:2213: result: o
configure:2217: checking whether we are using the GNU C compiler
configure:2244: gcc -c   conftest.c >&5
configure:2247: $? = 0
configure:2250: test -s conftest.o
configure:2253: $? = 0
configure:2265: result: yes
configure:2271: checking whether gcc accepts -g
configure:2295: gcc -c -g  conftest.c >&5
configure:2298: $? = 0
configure:2301: test -s conftest.o
configure:2304: $? = 0
configure:2314: result: yes
configure:2341: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2344: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2473: checking for style of include used by make
configure:2501: result: GNU
configure:2529: checking dependency style of gcc
configure:2591: result: gcc3
configure:2629: checking for gdbm_open in -lgdbm
configure:2662: gcc -o conftest -g -O2   conftest.c -lgdbm   >&5
configure:2665: $? = 0
configure:2668: test -s conftest
configure:2671: $? = 0
configure:2682: result: yes
configure:2688: checking for gdbm_open
configure:2731: gcc -o conftest -g -O2   conftest.c -lgdbm  >&5
configure:2734: $? = 0
configure:2737: test -s conftest
configure:2740: $? = 0
configure:2750: result: yes
configure:2763: checking for dbopen in -ldb
configure:2796: gcc -o conftest -g -O2   conftest.c -ldb   >&5
/tmp/ccsPATvE.o: In function `main':
/home/ovh/src/sqwebmail-3.5.1.20030319/configure:2788: undefined reference to `dbopen'
collect2: ld returned 1 exit status
configure:2799: $? = 1
configure: failed program was:
#line 2770 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char dbopen ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
dbopen ();
  ;
  return 0;
}
configure:2816: result: no
configure:2821: checking for db_open in -ldb
configure:2854: gcc -o conftest -g -O2   conftest.c -ldb   >&5
/tmp/cccj1Vwt.o: In function `main':
/home/ovh/src/sqwebmail-3.5.1.20030319/configure:2846: undefined reference to `db_open'
collect2: ld returned 1 exit status
configure:2857: $? = 1
configure: failed program was:
#line 2828 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char db_open ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
db_open ();
  ;
  return 0;
}
configure:2874: result: no
configure:2879: checking for db_env_create in -ldb
configure:2912: gcc -o conftest -g -O2   conftest.c -ldb   >&5
configure:2915: $? = 0
configure:2918: test -s conftest
configure:2921: $? = 0
configure:2932: result: yes
configure:2944: checking for dbopen
configure:2987: gcc -o conftest -g -O2   conftest.c -ldb  >&5
/tmp/cc29Xx9V.o: In function `main':
/home/ovh/src/sqwebmail-3.5.1.20030319/configure:2977: undefined reference to `dbopen'
collect2: ld returned 1 exit status
configure:2990: $? = 1
configure: failed program was:
#line 2949 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dbopen (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char dbopen ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_dbopen) || defined (__stub___dbopen)
choke me
#else
f = dbopen;
#endif

  ;
  return 0;
}
configure:3006: result: no
configure:3012: checking for db_open
configure:3055: gcc -o conftest -g -O2   conftest.c -ldb  >&5
/tmp/ccr25jr9.o: In function `main':
/home/ovh/src/sqwebmail-3.5.1.20030319/configure:3045: undefined reference to `db_open'
collect2: ld returned 1 exit status
configure:3058: $? = 1
configure: failed program was:
#line 3017 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char db_open (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char db_open ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_db_open) || defined (__stub___db_open)
choke me
#else
f = db_open;
#endif

  ;
  return 0;
}
configure:3074: result: no
configure:3080: checking for db_env_create
configure:3123: gcc -o conftest -g -O2   conftest.c -ldb  >&5
configure:3126: $? = 0
configure:3129: test -s conftest
configure:3132: $? = 0
configure:3142: result: yes
configure:3258: checking where to install sqwebmail cgi binary
configure:3260: result: /home/ovh/cgi-bin/
configure:3262: checking where to install images
configure:3264: result: /home/ovh/www/webmail
configure:3335: checking for gpg
configure:3353: found /usr/bin/gpg
configure:3366: result: /usr/bin/gpg
configure:3632: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on localhost.localdomain

config.status:610: creating Makefile
config.status:610: creating dbobj.h
config.status:610: creating dbobj.config
config.status:610: creating sqwebmail.spec
config.status:735: executing depfiles commands
configure:4580: configuring in numlib
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in bdbobj
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in gdbmobj
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in md5
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in sha1
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in random128
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in libhmac
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in userdb
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in unicode
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in liblock
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in makedat
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in rfc822
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in rfc2045
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in maildir
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in soxwrap
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in authlib
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in http11
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in cgi
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in ldapaddressbook
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in gpglib
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in pcp
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.
configure:4580: configuring in sqwebmail
configure:4659: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  '--enable-cgibindir=/home/ovh/cgi-bin/' '--enable-imagedir=/home/ovh/www/webmail' '--with-authvchkpw' '--without-authpam' '--without-authuserdb' '--without-authpwd' '--without-authshadow' '--without-authldap' '--without-authdaemon' --with-db=gdbm --with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding --enable-unicode=iso-8859-1,utf-8 --with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog --with-authchangepwdir=${prefix}/libexec/authlib --with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon --sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=3.5.1.20030319 --without-socks --cache-file=/dev/null --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_db_env_create=yes
ac_cv_func_db_open=no
ac_cv_func_dbopen=no
ac_cv_func_gdbm_open=yes
ac_cv_lib_db_db_env_create=yes
ac_cv_lib_db_db_open=no
ac_cv_lib_db_dbopen=no
ac_cv_lib_gdbm_gdbm_open=yes
ac_cv_objext=o
ac_cv_path_GPG=/usr/bin/gpg
ac_cv_path_SYSCONFTOOL_PERL=/usr/bin/perl
ac_cv_path_install=$'/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 0
