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:29:05 UTC

svn commit: r1520813 - /apr/apr/trunk/dbd/apr_dbd.c

Author: trawick
Date: Sat Sep  7 21:29:05 2013
New Revision: 1520813

URL: http://svn.apache.org/r1520813
Log:
fix feature test name in comment

Modified:
    apr/apr/trunk/dbd/apr_dbd.c

Modified: apr/apr/trunk/dbd/apr_dbd.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/dbd/apr_dbd.c?rev=1520813&r1=1520812&r2=1520813&view=diff
==============================================================================
--- apr/apr/trunk/dbd/apr_dbd.c (original)
+++ apr/apr/trunk/dbd/apr_dbd.c Sat Sep  7 21:29:05 2013
@@ -202,7 +202,7 @@ APR_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 !APR_HAVE_MODULAR_DSO => not implemented */
     rv = APR_ENOTIMPL;
 #endif