summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* ѕ3/configue: set Tru64 cc's PIC switch right (none)Björn Jacke2010-12-311-1/+3
| | | | | | | | | -fPIC made shared library builds fail there Fixes #7821 (cherry picked from commit dbcf73c45782c310cb7ff1f2177d410399e2f06d) (cherry picked from commit 83eb2e9aef40e5e838d2654298e281ad3ec98af3)
* s3:build: Fix automatic building of vfs_tsmsm if gpfs and dmapi are present.Michael Adam2010-03-111-1/+1
| | | | | | | | Michael (cherry picked from commit 9113e14b291c10c824d2d8ea5cb28ffc0adcb63b) Fix bug #7231 (vfs_tsmsm not built automatically). (cherry picked from commit 8087ceb42d72f2a07f70e8ab5462775a08303546)
* Add cross option to samba_cv_linux_getgrouplist_okLars Müller2010-02-041-1/+3
| | | | | | | | | | "cross" as an option got removed accidentl with commit e5a95132 while moving in direction of 3.2. Patch proposed by Richard Sharpe <realrichardsharpe@gmail.com>. (cherry picked from commit 30ea9932f5ea8a73c84dbab3ae3e997c2ae34e79) Fix bug #7047.
* s3:build: remove redundant qnx block size definitionBjörn Jacke2009-12-071-3/+0
| | | | | | (cherry picked from commit a2929a638fa6824e38beec7eaa78ac108c522f50) Part of a fix for bug #6860.
* s3:build: fix shared library build on QNXBjörn Jacke2009-12-071-3/+4
| | | | | Fixes #6860. Thanks to Matt Kraai! (cherry picked from commit 1d013fd03295433698f2b301dbf8324a3db528eb)
* s3-kerberos: fix the build on Mac OS X 10.6.2.Günther Deschner2009-11-301-1/+1
| | | | | Guenther (cherry picked from commit 51328a7056918bc75a7c1c442f47cf0271075542)
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-301-4/+1
| | | | | | | This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther
* s3-kerberos: Fix Bug #6929: build with recent heimdal.Günther Deschner2009-11-301-0/+19
| | | | | | | | Heimdal changed the KRB5_DEPRECATED define (which now may not take an identifier for activation) in new releases (like 1.3.1). Guenther (cherry picked from commit 1a8f8382740e352a83133b8c49aaedd4716210cd)
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-301-3/+3
| | | | | | | | | Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther (cherry picked from commit 5b3a32be97a37c119e837bdee8f049684565458c)
* s3-kerberos: add check for prerequisite krb5/krb5.h header while checking ↵Günther Deschner2009-11-301-2/+7
| | | | | | | | | for krb5/locate_plugin.h. (Needed for new Heimdal versions). Guenther (cherry picked from commit c438b2b3923db66672ec82e795eef543de5fcb8a)
* s3: fixed krb5 build problem on ubuntu karmicAndrew Tridgell2009-11-231-0/+4
| | | | | | | | | | Karmic has MIT krb5 1.7-beta3, which has the symbol krb5_auth_con_set_req_cksumtype but no prototype for it. See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531635 (cherry picked from commit a6e4cb500b4162cae1d906a1762507370b4ee89e) Part of a fix for bug #6918.
* s3: Do not redefine strupr.Matt Kraai2009-11-101-0/+1
| | | | | | | | Fixes bug #6751 (Fails to compile on QNX because of conflicting types for strupr). Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit 6657598168724d4fe076f9014c2b5c16a034fe52)
* s3:configure: Fix typo in libtalloc check.Karolin Seeger2009-11-041-1/+1
| | | | | | | Fix bug #6849. Thanks to Mike Frysinger <vapier@gentoo.org> for reporting and providing the patch! Karolin
* s3:configure: only check for gpfs_gpl.hStefan Metzmacher2009-10-301-25/+5
| | | | | | | | | | | The header is everything we need in order to build vfs_gpfs. metze Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit ee13e9c0becc2b4a4d3b233613d5e3e9bfb54938) Fix bug #6856.
* Revert "s3:configure: Fix typo in libtalloc check."Karolin Seeger2009-10-291-1/+1
| | | | | | | | This reverts commit 3e90a5977e8e95dd6cd90031fcb753480c55142b. This was pushed by accident and needs review first. Karolin
* s3:configure: Fix typo in libtalloc check.Karolin Seeger2009-10-271-1/+1
| | | | | | | Fix bug #6849. Thanks to Mike Frysinger <vapier@gentoo.org> for reporting and providing the patch! Karolin
* s3:configure: fix avahi activationBjörn Jacke2009-10-191-4/+4
| | | | | | | Avahi was correctly found but not activated since e4a26c942. (cherry picked from commit 718d2801d6bafedfe91d7b475294d69e2d6a77a4) Fix bug #6824.
* Fix symlink calls in all vfs modules.Jeremy Allison2009-10-191-0/+4
| | | | Additional patch to fix bug #6769.
* s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke2009-09-191-1/+1
| | | | | | | | FreeBSD (and other BSDs, too) need sys/sysctl.h inclueded to use sysctlbyname(). Thanks to Timur Bakeyev for that. Fix bug #6728.
* s3:configure: fix syntax error in avahi configure testBjörn Jacke2009-09-111-1/+1
| | | | | | (cherry picked from commit b54e48b830dbc3d66f9de5d2711a57a1630809e2) Should fix bug #6704.
* s3:configure: fix the build with external tallocStefan Metzmacher2009-08-171-8/+13
| | | | | | Fixes bug #6532. metze
* Revert "Fix build with external talloc."Karolin Seeger2009-08-141-27/+2
| | | | | | This reverts commit 17ce6f9984b7d84534eecde007ae904e13bbfdfa. With this patch, talloc.h is not found any longer.
* The solaris linker seems to require an extra mention of dependent libsVolker Lendecke2009-08-071-3/+8
| | | | (cherry picked from commit 04e4d03868ea67f323bf008eb7b9af740a0467ac)
* Fix build with external talloc.Jelmer Vernooij2009-07-181-2/+27
|
* s3:configure: "test" only takes one "="Björn Jacke2009-06-241-1/+1
| | | | (cherry picked from commit ddd37c2b235eb03ddb438ebb2cdd14dd67f867f3)
* s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolarisMichael Adam2009-05-121-5/+5
| | | | | | | As suggested by Robert Millan. Michael (cherry picked from commit 66dff4073d0013bfd11ac29e341765141393ea23)
* s3:build: support non-linux gnu portsMichael Adam2009-05-121-4/+16
| | | | | | | | This is based on a patch by the debian package maintainers, adapted for the merged branch. Michael (cherry picked from commit 5fba1e938c59492872d026c452cbbf8d2239c95f)
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+10
|
* Fix bug 6136: New AFS syscall conventionsGeza Gemes2009-05-031-2/+3
| | | | | | | | Haven't checked this myself, but as I've already got several reports that Samba won't compile against current OpenAFS anymore, I just believe Geza Gemes. This patch only affects AFS code, so it should not hurt anything else. Volker
* ѕ3/configure: fix regexp for ld version recognitionBjörn Jacke2009-04-241-1/+1
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> (cherry picked from commit 740c2c4366badc62d017881c9484ee5153b62f94)
* Remove the so-far unused lua-stuff for the 3.4 releaseVolker Lendecke2009-04-151-1/+0
|
* s3/configure: Disable the automatic merged build.Karolin Seeger2009-04-151-3/+4
| | | | Karolin
* s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unificationMichael Adam2009-04-011-5/+5
| | | | | Michael (cherry picked from commit 993c87495b80caff8ce288a29cd1ce8935224ca2)
* s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@Michael Adam2009-04-011-0/+4
| | | | | | | | just like for the libs configured with SMB_LIBRARY(). This makes @LIBWBCLIENT_STATIC@ vanish from the object collections. Michael (cherry picked from commit baf39de623d39dba6fe0bfed899f9b232f9c1266)
* remove needless rpath stuff for default paths as early as possibleBjörn Jacke2009-04-011-1/+3
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit c7dba467f268d0007c58e7de4985dc5386a44c6f)
* s3:build: prevent from setting "-O -g", check for $debug first.Michael Adam2009-04-011-3/+3
| | | | | | | | | This makes configure actually behave as the comments describe. The reversal of order was introduced by mistake in 90ea8ae9b1ed3b7ed1c93076517e026e629ea1aa Michael (cherry picked from commit a4cc3e253852794f477ef5d836537b50111d0e42)
* don't set -O twiceBjörn Jacke2009-04-011-2/+0
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 2dc8ce59b28d3a028551ac5087f31cf83d04e064)
* Print an error if trying a merged build without a system kerberos libVolker Lendecke2009-04-011-0/+9
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit ffdc2a3fe8437582ded1c4a3b09a54201519889b)
* 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
|
* Only build the dirsort module if we have the dirfd functionVolker Lendecke2009-03-221-2/+2
| | | | Fix the build on HP/UX
* Add dirsort moduleAndy Kelk2009-03-221-1/+2
|
* s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner2009-03-181-3/+3
| | | | | Guenther (cherry picked from commit 36d07858069ed8710a0ad822535074bed77ec130)
* Fix fallback if system doesn't provide talloc.Jelmer Vernooij2009-03-181-1/+1
| | | | (cherry picked from commit 0c72c503faa0506ed25067e623f9263da8e2c94c)
* Allow using external libtalloc.Jelmer Vernooij2009-03-181-1/+20
| | | | (cherry picked from commit 61447dfbbfe275e3704ff939480f38629b52064a)
* s3: Fix bugs in the detection of the GNU ld version (Bug #6147)Steve Langasek2009-03-171-2/+2
| | | | | | | | This bug results in a failure to use linker scripts to limit the set of symbols exported by our shared libraries. Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit c6b570ce30b5cc3631c0ed780826d5450f681800)
* fix configure check by avoiding main(main(...))Björn Jacke2009-03-111-7/+4
| | | | | AC_TRY_LINK automatically wraps a main(). Double main() causes this test to fail on some compilers.
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-101-1/+2
|