summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/wscript_configure
Commit message (Collapse)AuthorAgeFilesLines
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-7/+1
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
|
* build: fix bad syntaxMatthieu Patou2010-12-141-1/+1
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Dec 14 20:55:17 CET 2010 on sn-devel-104
* build: finishing fixing broken libiconv on hpuxMatthieu Patou2010-12-101-0/+2
|
* build: Cope with broken libiconvMatthieu Patou2010-12-081-1/+5
| | | | | | | | library iconv needs mbrtowc but some system didn't provide it (ie. HP-UX 11.0) Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 23:19:19 CET 2010 on sn-devel-104
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-0/+6
| | | | | | | | | On Solaris with sun studio compiling an executable with -liconv even if there is no libiconv.so or libiconv.a will work but not for a shared lib. This problem leads to build problem as the linker won't be able to find libiconv when building shared lib as liconv is wrongly specified
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: look for libiconv before checking libcAndrew Tridgell2010-04-061-1/+6
| | | | This is needed for solaris8
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-10/+2
|
* build: check libc first for several librariesAndrew Tridgell2010-04-061-1/+1
|
* build: iconv checksAndrew Tridgell2010-04-061-0/+10