You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/03/27 18:00:39 UTC

svn commit: r1085974 - in /apr/apr: branches/1.3.x/configure.in branches/1.4.x/configure.in branches/1.5.x/configure.in trunk/configure.in

Author: fuankg
Date: Sun Mar 27 16:00:39 2011
New Revision: 1085974

URL: http://svn.apache.org/viewvc?rev=1085974&view=rev
Log:
Revert r1085937 per Jeff's suggestion.

Such defines should go into build/apr_hints.m4.

Modified:
    apr/apr/branches/1.3.x/configure.in
    apr/apr/branches/1.4.x/configure.in
    apr/apr/branches/1.5.x/configure.in
    apr/apr/trunk/configure.in

Modified: apr/apr/branches/1.3.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/configure.in?rev=1085974&r1=1085973&r2=1085974&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/configure.in (original)
+++ apr/apr/branches/1.3.x/configure.in Sun Mar 27 16:00:39 2011
@@ -485,7 +485,6 @@ case $host in
        ac_cv_file__dev_zero="no"
        ac_cv_func_setpgrp_void="no"
        apr_cv_tcp_nodelay_with_cork="no"
-       apr_cv_osuuid="yes"
        enable_threads="system_threads"
        eolstr="\\n"
        proc_mutex_is_global=1

Modified: apr/apr/branches/1.4.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/configure.in?rev=1085974&r1=1085973&r2=1085974&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/configure.in (original)
+++ apr/apr/branches/1.4.x/configure.in Sun Mar 27 16:00:39 2011
@@ -547,7 +547,6 @@ case $host in
        ac_cv_file__dev_zero="no"
        ac_cv_func_setpgrp_void="no"
        apr_cv_tcp_nodelay_with_cork="no"
-       apr_cv_osuuid="yes"
        enable_threads="system_threads"
        eolstr="\\r\\n"
        file_as_socket=0

Modified: apr/apr/branches/1.5.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/configure.in?rev=1085974&r1=1085973&r2=1085974&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/configure.in (original)
+++ apr/apr/branches/1.5.x/configure.in Sun Mar 27 16:00:39 2011
@@ -547,7 +547,6 @@ case $host in
        ac_cv_file__dev_zero="no"
        ac_cv_func_setpgrp_void="no"
        apr_cv_tcp_nodelay_with_cork="no"
-       apr_cv_osuuid="yes"
        enable_threads="system_threads"
        eolstr="\\r\\n"
        file_as_socket=0

Modified: apr/apr/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=1085974&r1=1085973&r2=1085974&view=diff
==============================================================================
--- apr/apr/trunk/configure.in (original)
+++ apr/apr/trunk/configure.in Sun Mar 27 16:00:39 2011
@@ -557,7 +557,6 @@ case $host in
        ac_cv_file__dev_zero="no"
        ac_cv_func_setpgrp_void="no"
        apr_cv_tcp_nodelay_with_cork="no"
-       apr_cv_osuuid="yes"
        apr_cv_use_lfs64="yes"
        enable_threads="system_threads"
        eolstr="\\r\\n"