DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10767>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10767 configure option "--with-devrandom=xxx" doesn't work properly Summary: configure option "--with-devrandom=xxx" doesn't work properly Product: APR Version: HEAD Platform: PC OS/Version: Solaris Status: NEW Severity: Minor Priority: Other Component: APR AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] As the summary... --- httpd-2.0.39/srclib/apr/configure.in Fri Jun 14 10:24:02 2002 +++ httpd-2.0.39/srclib/apr/configure.in Fri Jul 12 11:34:58 2002 @@ -1561,7 +1561,7 @@ fi elif test "$apr_devrandom" != "no"; then if test -r "$apr_devrandom"; then - AC_DEFINE(DEV_RANDOM, [$apr_devrandom]) + AC_DEFINE_UNQUOTED(DEV_RANDOM, [$apr_devrandom]) AC_MSG_RESULT($apr_devrandom) rand="1" else --- httpd-2.0.39/srclib/apr/configure Tue Jun 18 12:46:28 2002 +++ httpd-2.0.39/srclib/apr/configure Fri Jul 12 11:34:58 2002 @@ -25346,7 +25346,7 @@ fi elif test "$apr_devrandom" != "no"; then if test -r "$apr_devrandom"; then - cat >>confdefs.h <<\_ACEOF + cat >>confdefs.h <<_ACEOF #define DEV_RANDOM $apr_devrandom _ACEOF --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
