You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/07/12 00:30:53 UTC

svn commit: r793235 - /httpd/httpd/branches/2.2.x/NWGNUmakefile

Author: fuankg
Date: Sat Jul 11 22:30:52 2009
New Revision: 793235

URL: http://svn.apache.org/viewvc?rev=793235&view=rev
Log:
fixed typo.

Modified:
    httpd/httpd/branches/2.2.x/NWGNUmakefile

Modified: httpd/httpd/branches/2.2.x/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/NWGNUmakefile?rev=793235&r1=793234&r2=793235&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/NWGNUmakefile Sat Jul 11 22:30:52 2009
@@ -16,7 +16,7 @@
 endif
 
 ifndef APU_WORK
-ifeq "$(wildcard $(AP_WORK)/srclib/apr-util)" "$(AP_WORK)/srclib/apr-uril"
+ifeq "$(wildcard $(AP_WORK)/srclib/apr-util)" "$(AP_WORK)/srclib/apr-util"
 export APU_WORK = $(AP_WORK)/srclib/apr-util
 endif
 endif