You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2009/01/06 01:24:27 UTC

svn commit: r731785 - /apr/apr/branches/1.3.x/configure.in

Author: bojan
Date: Mon Jan  5 16:24:27 2009
New Revision: 731785

URL: http://svn.apache.org/viewvc?rev=731785&view=rev
Log:
Backport r731783 from the trunk.
Add AC_MSG_RESULT after AC_MSG_CHECKING.
PR 46427
Patch by Rainer Jung <rainer.jung kippdata.de>

Modified:
    apr/apr/branches/1.3.x/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=731785&r1=731784&r2=731785&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/configure.in (original)
+++ apr/apr/branches/1.3.x/configure.in Mon Jan  5 16:24:27 2009
@@ -1947,6 +1947,9 @@
 
 if test "$apr_fcntl_tryacquire_eacces" = "1"; then
   AC_DEFINE(FCNTL_TRYACQUIRE_EACCES, 1, [Define if fcntl returns EACCES when F_SETLK is already held])
+  AC_MSG_RESULT(yes)
+else
+  AC_MSG_RESULT(no)
 fi