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 2011/03/22 19:30:17 UTC

svn commit: r1084285 - /apr/apr-util/branches/1.4.x/build.conf

Author: trawick
Date: Tue Mar 22 18:30:17 2011
New Revision: 1084285

URL: http://svn.apache.org/viewvc?rev=1084285&view=rev
Log:
grab r922628 from apr trunk:

Remove trailing backslashes in the ldap section of build.conf as they're not necessary and
cause buildconf to fail on OS/2 with an assert failure in gen-build.py.

(and MinGW)

Submitted by: bjh

Modified:
    apr/apr-util/branches/1.4.x/build.conf

Modified: apr/apr-util/branches/1.4.x/build.conf
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/build.conf?rev=1084285&r1=1084284&r2=1084285&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/build.conf (original)
+++ apr/apr-util/branches/1.4.x/build.conf Tue Mar 22 18:30:17 2011
@@ -93,8 +93,8 @@ paths = dbm/apr_dbm_ndbm.c
 target = dbm/apr_dbm_ndbm.la
 
 [ldap]
-paths = ldap/apr_ldap_init.c \
-        ldap/apr_ldap_option.c \
+paths = ldap/apr_ldap_init.c
+        ldap/apr_ldap_option.c
         ldap/apr_ldap_rebind.c
 target = ldap/apr_ldap.la