[EMAIL PROTECTED] writes:

> wsanchez    01/04/06 18:02:31
> 
>   Modified:    .        configure.in
>   Log:
>   Detect mach-o/dyld.h, which we'll need for DSO support on Darwin.

>   --- configure.in    2001/04/06 23:52:54     1.279
>   +++ configure.in    2001/04/07 01:02:31     1.280
>   @@ -482,6 +482,7 @@
>        io.h           \
>        langinfo.h             \
>        limits.h               \
>   +    mach-o/dyld.h  \

But APR_FLAG_HEADERS() can't handle that header file because the
variable name it generates is invalid.  We're getting this on stderr
from configure:

/home/trawick/apache/httpd-2.0/srclib/apr/configure: mach-o_dyldh=0: command 
not found

Surely you're getting this error too on Darwin and APR still doesn't
realize that you have this header file.

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to