From: Guenter Knauf Date: Sat, 11 Jul 2009 22:34:42 +0000 (+0000) Subject: fixed typo. X-Git-Tag: 2.3.3~448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78ecc73ecb1a40a81d25dc0d8d7133a57035af56;p=thirdparty%2Fapache%2Fhttpd.git fixed typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793237 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index cc7db4710d9..c014c3ec0ff 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -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