You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/03/01 13:23:22 UTC

cvs commit: apr configure.in

trawick     01/03/01 04:23:22

  Modified:    .        configure.in
  Log:
  The Tru64 kludge for APR_FLAG_HEADERS() is no longer needed (after
  changes to the macro).  Zap it.  This should get the build to work
  on Mandrake 7.2 again (the Tru64 kludge had to be commented out with
  that combination of m4/glibc/whatever to build on Mandrake 7.2).
  
  Revision  Changes    Path
  1.253     +0 -10     apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.252
  retrieving revision 1.253
  diff -u -r1.252 -r1.253
  --- configure.in	2001/02/27 16:58:29	1.252
  +++ configure.in	2001/03/01 12:23:22	1.253
  @@ -467,16 +467,6 @@
       sys/uio.h		\
       sys/wait.h)
   
  -dnl work around unexplained problem on Tru64 where
  -dnl the above invocation says it finds the header but
  -dnl APR_HAVE_foo_H is 0
  -APR_FLAG_HEADERS(stdio.h)
  -APR_FLAG_HEADERS(errno.h)
  -APR_FLAG_HEADERS(crypt.h)
  -APR_FLAG_HEADERS(ctype.h)
  -APR_FLAG_HEADERS(fcntl.h)
  -APR_FLAG_HEADERS(netdb.h)
  -
   AC_SUBST(arpa_ineth)
   AC_SUBST(conioh)
   AC_SUBST(ctypeh)