You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/07/13 09:54:36 UTC

DO NOT REPLY [Bug 10767] New: - configure option "--with-devrandom=xxx" doesn't work properly

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: bugs@httpd.apache.org
        ReportedBy: nazonazo@super.win.ne.jp


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org