You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by co...@apache.org on 2011/05/09 21:54:03 UTC

svn commit: r1101175 - /apr/apr/trunk/build/apu-conf.m4

Author: covener
Date: Mon May  9 19:54:02 2011
New Revision: 1101175

URL: http://svn.apache.org/viewvc?rev=1101175&view=rev
Log:
fix typo in APRUTIL_EXPORT_LIBS in r1100846

Modified:
    apr/apr/trunk/build/apu-conf.m4

Modified: apr/apr/trunk/build/apu-conf.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apu-conf.m4?rev=1101175&r1=1101174&r2=1101175&view=diff
==============================================================================
--- apr/apr/trunk/build/apu-conf.m4 (original)
+++ apr/apr/trunk/build/apu-conf.m4 Mon May  9 19:54:02 2011
@@ -291,7 +291,7 @@ AC_SUBST(apu_has_ldap_tivoli)
 AC_SUBST(apu_has_ldap_zos)
 AC_SUBST(apu_has_ldap_other)
 AC_SUBST(LDADD_ldap)
-AC_SUBST(APRUITL_EXPORT_LIBS)
+AC_SUBST(APRUTIL_EXPORT_LIBS)
 
 ])