]> granicus.if.org Git - php/commit
1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for
authorSascha Schumann <sas@php.net>
Thu, 4 Jul 2002 21:07:08 +0000 (21:07 +0000)
committerSascha Schumann <sas@php.net>
Thu, 4 Jul 2002 21:07:08 +0000 (21:07 +0000)
commitad198758edfdff40192dc1ac390874d1fae20abe
tree2ceecae3b79b18ad3aca84a1d68e20c3f3b8f64b
parent1b1d5da9074a5f69a9f68525025a8e09bc9674b6
1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for
   func and __func using LIBS, and if unsuccessful, searches
   each specified lib.  Defines HAVE_FUNC, if found.  If func/__func is
   found in library foo, HAVE_LIBFOO is defined.

   (Jani, me)

2. Autoconf 2.5x is more pedantic regarding locating header files.
   We include the proper header files now in the check. (me)

3. The nsl/bind/socket/etc checks have been rewritten using PHP_CHECK_FUNC.
   This ensures that no extra library is used, if the symbol is
   available in libc which avoids issues on BSD/OS, OpenBSD and others.
   (Jani)
acinclude.m4
configure.in