You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/11/07 21:40:49 UTC

cvs commit: httpd-apreq-2 acinclude.m4

joes        2003/11/07 12:40:49

  Modified:    .        acinclude.m4
  Log:
  typo: want -n, not -b
  
  Revision  Changes    Path
  1.15      +1 -1      httpd-apreq-2/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/acinclude.m4,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- acinclude.m4	7 Nov 2003 20:05:19 -0000	1.14
  +++ acinclude.m4	7 Nov 2003 20:40:49 -0000	1.15
  @@ -76,7 +76,7 @@
   
   
           AM_CONDITIONAL(BUILD_PERL_GLUE, test "x$PERL_GLUE" != "xno")
  -        AM_CONDITIONAL(HAVE_APACHE_TEST, test -b "`$prereq_check Apache::Test`")
  +        AM_CONDITIONAL(HAVE_APACHE_TEST, test -n "`$prereq_check Apache::Test`")
           AM_CONDITIONAL(BUILD_HTTPD, test -n "$APACHE2_SRC")
           AM_CONDITIONAL(BUILD_APR, test "x$APR_CONFIG" = x`$APR_CONFIG --srcdir`/apr-config)
           AM_CONDITIONAL(BUILD_APU, test "x$APU_CONFIG" = x`$APU_CONFIG --srcdir`/apu-config)