summaryrefslogtreecommitdiff
path: root/ext/iconv/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0'.php-5.0.0SVN Migration2004-07-151-1/+1
|
* - Fixed text.Derick Rethans2004-07-141-1/+1
|
* - Enable iconv by defaultDerick Rethans2004-04-141-1/+1
|
* Add further check for "#include MACRO" style syntaxMoriyoshi Koizumi2003-08-281-4/+13
|
* Revert the fix for nowfoobar2003-07-301-5/+8
|
* Fix build on certain platforms which do not accept #include FOOBARfoobar2003-07-301-8/+5
|
* oopsMoriyoshi Koizumi2003-07-061-1/+0
|
* Avoid miscellaneous conflicts between glibc's iconv and libiconv.Moriyoshi Koizumi2003-07-061-30/+47
|
* Simplified config scriptsMoriyoshi Koizumi2003-07-061-11/+5
|
* Fixed library capability detection behaviour.Moriyoshi Koizumi2002-10-311-1/+4
| | | | | | # Whew! I've fixed all the known problems. # And should I become a maintainer of this module?
* Improved library identificationMoriyoshi Koizumi2002-10-291-9/+38
|
* *** empty log message ***Moriyoshi Koizumi2002-10-111-6/+8
|
* ws fixfoobar2002-10-111-16/+18
|
* Added ICONV_IMPL and ICONV_VERSION constants.Moriyoshi Koizumi2002-10-111-7/+34
| | | | | | @- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to @ indicate which iconv implementation is used. (Moriyoshi)
* Fixed undefiend referece at build time.Yasuo Ohgaki2002-09-041-2/+4
| | | | | | | Fixed transilit test script. Make fixes available on Windows. Patch by Yoshimori Koizumi<readjust@deneb.freemail.ne.jp>
* Fix buildYasuo Ohgaki2002-08-081-1/+2
|
* Fix #16069. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>Yasuo Ohgaki2002-07-111-0/+35
| | | | | @ Made iconv() work well with libiconv or libgconv. (Moriyoshi, Yasuo)
* - Made one test/setup macro for iconv and fixed it to checkfoobar2002-03-171-28/+5
| | | | | for libc first.
* * yet another iconv config fix, should be able to handle most or allStig Bakken2002-03-151-17/+14
| | | | | configurations now (giconv/iconv, static libs only, iconv in libc etc.)
* * fix compile problem on platforms without iconv in libcStig Bakken2002-03-121-1/+1
|
* Fix for Bug 14423. Enables FreeBSD to use iconv functionality.Dan Kalowsky2002-03-041-2/+14
|
* Unified the configure messages.foobar2001-11-301-1/+2
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-1/+1
| | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
* HAVE_LIBICONV was never defined.foobar2001-08-171-1/+4
|
* Simplify this and fix bug: #11654foobar2001-06-261-19/+8
|
* Fixed bug: #10742foobar2001-05-211-1/+1
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* move iconv related functions to separate iconv extension.Rui Hirokawa2001-01-091-0/+38