Dan Kalowsky wrote:
> Is there any real reason why during configure we check for dlopen about
> 5 times, each time not using the previously cached value?

  I get the following

    ...
    checking for dlopen in -ldl... yes
    ...
    checking for dlopen in -ldl... yes
    ...
    checking for dlopen... yes
    ...
    checking for dlopen in -ldl... (cached) yes
    checking for dlopen... (cached) yes
    ...

  So it uses the cached value sometimes.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to