From 1a6cde9569e669f1c3dfae0998cd997aefe22ece Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Wed, 19 Jun 2002 20:44:45 +0000 Subject: [PATCH] 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 --- support/apxs.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.1