You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/09/07 23:30:42 UTC

svn commit: r1520814 - /apr/apr-util/branches/1.5.x/dbd/apr_dbd.c

Author: trawick
Date: Sat Sep  7 21:30:41 2013
New Revision: 1520814

URL: http://svn.apache.org/r1520814
Log:
backport of r1520813:

fix feature test name in comment

Modified:
    apr/apr-util/branches/1.5.x/dbd/apr_dbd.c

Modified: apr/apr-util/branches/1.5.x/dbd/apr_dbd.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/dbd/apr_dbd.c?rev=1520814&r1=1520813&r2=1520814&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/dbd/apr_dbd.c (original)
+++ apr/apr-util/branches/1.5.x/dbd/apr_dbd.c Sat Sep  7 21:30:41 2013
@@ -206,7 +206,7 @@ APU_DECLARE(apr_status_t) apr_dbd_get_dr
     }
     apu_dso_mutex_unlock();
 
-#else /* not builtin and !APR_HAS_DSO => not implemented */
+#else /* not builtin and !APU_DSO_BUILD => not implemented */
     rv = APR_ENOTIMPL;
 #endif