>>      the attached patch may not be correct. sorry.
>Well, just keep me posted.

        the attached patch worked fine.  again, AC_DEFINE() will emit
        $apr_devrandom, verbatim.  we need AC_DEFINE_UNQUOTED.

        does not work:  AC_DEFINE(DEV_RANDOM, [$apr_devrandom])
                #define DEV_RANDOM $apr_devrandom
        works fine:     AC_DEFINE_UNQUOTED(DEV_RANDOM, "$apr_devrandom")
                #define DEV_RANDOM foo

itojun

Reply via email to