summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2009-07-05s3:configure: honor CFLAGS in compile testsBjörn Jacke1-10/+10
2009-07-03Restore ABI compatibility for talloc.Simo Sorce1-1/+1
2009-07-03s3:configure: fix syntax error in avahi configure testBjörn Jacke1-1/+1
2009-07-03s3:configure: define _LARGEFILE64_SOURCE on QNXMatt Kraai1-0/+4
2009-07-02change talloc to 2.0.0Andrew Tridgell1-1/+1
2009-06-30umount.cifs: don't build it by defaultJeff Layton1-6/+37
2009-06-29s3:build: check for external liblua, link lua statically if using internal libMichael Adam1-1/+41
2009-06-26The solaris linker seems to require an extra mention of dependent libsVolker Lendecke1-3/+8
2009-06-19s3:build: build talloctort only when using the internal liballocMichael Adam1-0/+3
2009-06-19s3:build: build the tdb tools only when using the internal libtdbMichael Adam1-0/+9
2009-06-19s3:build: check for availability of external libtdb and use it if availableMichael Adam1-18/+34
2009-06-19s3:build: link libtalloc statically if using internal libtallocMichael Adam1-0/+1
2009-06-11Fix build with external talloc.Jelmer Vernooij1-28/+27
2009-06-08Check for dmalloc at the end of the configureTimur I. Bakeyev1-10/+10
2009-06-06Add an early prototyp of pdb_ads.c.Volker Lendecke1-1/+2
2009-05-26Attempt to fix the build on HP/UXVolker Lendecke1-0/+2
2009-05-20Do not do a merged build without shared libsVolker Lendecke1-0/+1
2009-05-20Only build the krb5 locator when building shared libsVolker Lendecke1-1/+3
2009-05-19Another attempt at fixing the static build of vfs_notify_famVolker Lendecke1-5/+6
2009-05-19Fix detection of "enum FAMCodes"Volker Lendecke1-1/+1
2009-05-16Fix static linking of vfs_notify_famVolker Lendecke1-0/+5
2009-05-12s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolarisMichael Adam1-5/+5
2009-05-12s3:build: support non-linux gnu portsMichael Adam1-4/+16
2009-05-08Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison1-0/+10
2009-05-08s3:configure: "test" only takes one "="Björn Jacke1-1/+1
2009-05-03Fix bug 6136: New AFS syscall conventionsGeza Gemes1-2/+3
2009-05-02Explicitly link in pthreads for lib/pthreadpool if requiredVolker Lendecke1-0/+3
2009-05-01Add thread poolVolker Lendecke1-1/+14
2009-04-22ѕ3/configure: fix regexp for ld version recognitionBjörn Jacke1-1/+1
2009-04-20Move syslog check out of m4 library file into configure.inJelmer Vernooij1-0/+1
2009-04-01Print an error if trying a merged build without a system kerberos libVolker Lendecke1-0/+9
2009-04-01s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unificationMichael Adam1-5/+5
2009-04-01s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@Michael Adam1-0/+4
2009-03-30s3/cups: add encryption supportBjörn Jacke1-0/+1
2009-03-23Use avahi to register _smb._tcp in smbdVolker Lendecke1-1/+1
2009-03-23Add tevent avahi bindingVolker Lendecke1-1/+1
2009-03-23Add avahi detection to configureVolker Lendecke1-0/+36
2009-03-23Disable dns_sd by defaultVolker Lendecke1-2/+2
2009-03-23s3:build: prevent from setting "-O -g", check for $debug first.Michael Adam1-3/+3
2009-03-23don't set -O twiceBjörn Jacke1-2/+0
2009-03-22Only build the dirsort module if we have the dirfd functionVolker Lendecke1-2/+2
2009-03-22Add dirsort moduleAndy Kelk1-1/+2
2009-03-18s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner1-3/+3
2009-03-17s3: Fix bugs in the detection of the GNU ld version (Bug #6147)Steve Langasek1-2/+2
2009-03-17remove needless rpath stuff for default paths as early as possibleBjörn Jacke1-1/+3
2009-03-16fix configure check for external talloc libsBjörn Jacke1-1/+1
2009-03-15Merge branch 'checktalloc' of /home/jelmer/samba4Jelmer Vernooij1-1/+20
2009-03-14Fix fallback if system doesn't provide talloc.Jelmer Vernooij1-1/+1
2009-03-14Allow using external libtalloc.Jelmer Vernooij1-1/+20
2009-03-11fix configure check by avoiding main(main(...))Björn Jacke1-7/+4