You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/10/21 18:41:11 UTC

cvs commit: apache-2.0/src/lib/apr aclocal.m4

rbb         99/10/21 09:41:10

  Modified:    src/lib/apr aclocal.m4
  Log:
  Fix the problem that David Reid reported about using ./configure on PPC.
  Thanks Ralf, for finding my problem so quickly.
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/lib/apr/aclocal.m4
  
  Index: aclocal.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/aclocal.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- aclocal.m4	1999/08/19 13:31:08	1.2
  +++ aclocal.m4	1999/10/21 16:41:07	1.3
  @@ -90,7 +90,7 @@
       if test ".$ac_decision_msg" = .; then
           ac_decision_msg="$ac_decision"
       fi
  -    AC_DEFINE($ac_decision_item)
  +    AC_DEFINE_UNQUOTED(${ac_decision_item})
       AC_MSG_RESULT([decision on $ac_decision_item... $ac_decision_msg])
   fi
   ])dnl