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:34:42 UTC

svn commit: r793237 - /httpd/httpd/trunk/NWGNUmakefile

Author: fuankg
Date: Sat Jul 11 22:34:42 2009
New Revision: 793237

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

Modified:
    httpd/httpd/trunk/NWGNUmakefile

Modified: httpd/httpd/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/NWGNUmakefile?rev=793237&r1=793236&r2=793237&view=diff
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Sat Jul 11 22:34:42 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