]> granicus.if.org Git - apache/commitdiff
* acinclude.m4 (APACHE_MODULE): Remove redundant $ac_n and $ac_c
authorJoe Orton <jorton@apache.org>
Fri, 9 Jan 2004 12:03:09 +0000 (12:03 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 9 Jan 2004 12:03:09 +0000 (12:03 +0000)
variables.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102242 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index cd0a15e67c31a3594d99c6228c77de60db16d5c0..3c02af532c60d7b940426cf185f7ebf03d03af8f 100644 (file)
@@ -255,7 +255,7 @@ AC_DEFUN(APACHE_MODULE,[
   if test "$enable_$1" != "no"; then
     case "$enable_$1" in
     shared*)
-      enable_$1=`echo $ac_n $enable_$1$ac_c|sed 's/shared,*//'`
+      enable_$1=`echo $enable_$1|sed 's/shared,*//'`
       sharedobjs=yes
       shared=yes
       DSO_MODULES="$DSO_MODULES $1"