summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Expand)AuthorAgeFilesLines
* s3:configure: honor CFLAGS in compile testsBjörn Jacke2009-07-051-10/+10
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-1/+1
* s3:configure: fix syntax error in avahi configure testBjörn Jacke2009-07-031-1/+1
* s3:configure: define _LARGEFILE64_SOURCE on QNXMatt Kraai2009-07-031-0/+4
* change talloc to 2.0.0Andrew Tridgell2009-07-021-1/+1
* umount.cifs: don't build it by defaultJeff Layton2009-06-301-6/+37
* s3:build: check for external liblua, link lua statically if using internal libMichael Adam2009-06-291-1/+41
* The solaris linker seems to require an extra mention of dependent libsVolker Lendecke2009-06-261-3/+8
* s3:build: build talloctort only when using the internal liballocMichael Adam2009-06-191-0/+3
* s3:build: build the tdb tools only when using the internal libtdbMichael Adam2009-06-191-0/+9
* s3:build: check for availability of external libtdb and use it if availableMichael Adam2009-06-191-18/+34
* s3:build: link libtalloc statically if using internal libtallocMichael Adam2009-06-191-0/+1
* Fix build with external talloc.Jelmer Vernooij2009-06-111-28/+27
* Check for dmalloc at the end of the configureTimur I. Bakeyev2009-06-081-10/+10
* Add an early prototyp of pdb_ads.c.Volker Lendecke2009-06-061-1/+2
* Attempt to fix the build on HP/UXVolker Lendecke2009-05-261-0/+2
* Do not do a merged build without shared libsVolker Lendecke2009-05-201-0/+1
* Only build the krb5 locator when building shared libsVolker Lendecke2009-05-201-1/+3
* Another attempt at fixing the static build of vfs_notify_famVolker Lendecke2009-05-191-5/+6
* Fix detection of "enum FAMCodes"Volker Lendecke2009-05-191-1/+1
* Fix static linking of vfs_notify_famVolker Lendecke2009-05-161-0/+5
* s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolarisMichael Adam2009-05-121-5/+5
* s3:build: support non-linux gnu portsMichael Adam2009-05-121-4/+16
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+10
* s3:configure: "test" only takes one "="Björn Jacke2009-05-081-1/+1
* Fix bug 6136: New AFS syscall conventionsGeza Gemes2009-05-031-2/+3
* Explicitly link in pthreads for lib/pthreadpool if requiredVolker Lendecke2009-05-021-0/+3
* Add thread poolVolker Lendecke2009-05-011-1/+14
* ѕ3/configure: fix regexp for ld version recognitionBjörn Jacke2009-04-221-1/+1
* Move syslog check out of m4 library file into configure.inJelmer Vernooij2009-04-201-0/+1
* Print an error if trying a merged build without a system kerberos libVolker Lendecke2009-04-011-0/+9
* s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unificationMichael Adam2009-04-011-5/+5
* s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@Michael Adam2009-04-011-0/+4
* s3/cups: add encryption supportBjörn Jacke2009-03-301-0/+1
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-231-1/+1
* Add tevent avahi bindingVolker Lendecke2009-03-231-1/+1
* Add avahi detection to configureVolker Lendecke2009-03-231-0/+36
* Disable dns_sd by defaultVolker Lendecke2009-03-231-2/+2
* s3:build: prevent from setting "-O -g", check for $debug first.Michael Adam2009-03-231-3/+3
* don't set -O twiceBjörn Jacke2009-03-231-2/+0
* Only build the dirsort module if we have the dirfd functionVolker Lendecke2009-03-221-2/+2
* Add dirsort moduleAndy Kelk2009-03-221-1/+2
* s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner2009-03-181-3/+3
* s3: Fix bugs in the detection of the GNU ld version (Bug #6147)Steve Langasek2009-03-171-2/+2
* remove needless rpath stuff for default paths as early as possibleBjörn Jacke2009-03-171-1/+3
* fix configure check for external talloc libsBjörn Jacke2009-03-161-1/+1
* Merge branch 'checktalloc' of /home/jelmer/samba4Jelmer Vernooij2009-03-151-1/+20
|\
| * Fix fallback if system doesn't provide talloc.Jelmer Vernooij2009-03-141-1/+1
| * Allow using external libtalloc.Jelmer Vernooij2009-03-141-1/+20
* | fix configure check by avoiding main(main(...))Björn Jacke2009-03-111-7/+4