rasmus      99/12/24 11:04:40

  Modified:    src      acinclude.m4
  Log:
  Submitted by: Sascha Schumann <[EMAIL PROTECTED]>
  Reviewed by:  Rasmus Lerdorf
  
  Revision  Changes    Path
  1.11      +1 -1      apache-2.0/src/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/acinclude.m4,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- acinclude.m4      1999/12/24 18:40:26     1.10
  +++ acinclude.m4      1999/12/24 19:04:40     1.11
  @@ -87,7 +87,7 @@
   dnl execute code, if variable is not set in namespace
   dnl
   AC_DEFUN(APACHE_ONCE,[
  -  unique=`echo $ac_n "$2$ac_c" | tr -c -d a-zA-Z0-9`
  +  unique=`echo $ac_n "$2$ac_c" | tr -cd a-zA-Z0-9`
     cmd="echo $ac_n \"\$$1$unique$ac_c\""
     if test -n "$unique" && test "`eval $cmd`" = "" ; then
       eval "$1$unique=set"
  
  
  

Reply via email to