From: Cliff Woolley Date: Wed, 19 Jun 2002 20:44:45 +0000 (+0000) Subject: Fix some variable names X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a6cde9569e669f1c3dfae0998cd997aefe22ece;p=apache Fix some variable names Submitted by: Brian Degenhardt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95814 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apxs.in b/support/apxs.in index a934b1ae87..bc9ccec285 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -604,9 +604,9 @@ APXS=apxs APACHECTL=apachectl # additional defines, includes and libraries -#DEF=-Dmy_define=my_value -#INC=-Imy/include/dir -#LIB=-Lmy/lib/dir -lmylib +#DEFS=-Dmy_define=my_value +#INCLUDES=-Imy/include/dir +#LIBS=-Lmy/lib/dir -lmylib # the default target all: local-shared-build