]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fixed typo.
authorGuenter Knauf <fuankg@apache.org>
Sat, 11 Jul 2009 22:30:52 +0000 (22:30 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 11 Jul 2009 22:30:52 +0000 (22:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@793235 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index 54da928b74bcca732c24c6924726187a92972484..018d7abfe059ece052caffb4d78c7d003b8f9a48 100644 (file)
@@ -16,7 +16,7 @@ $(error APR_WORK does not point to a valid APR source tree)
 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