You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bj...@apache.org on 2001/10/21 05:32:01 UTC

cvs commit: apr configure.in

bjh         01/10/20 20:32:01

  Modified:    .        configure.in
  Log:
  OS/2: need -lbsd to get random()
  
  Revision  Changes    Path
  1.370     +1 -0      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.369
  retrieving revision 1.370
  diff -u -r1.369 -r1.370
  --- configure.in	2001/09/28 14:05:22	1.369
  +++ configure.in	2001/10/21 03:32:01	1.370
  @@ -205,6 +205,7 @@
      *-os2*)
          APR_ADDTO(CPPFLAGS,-DOS2)
          APR_ADDTO(CFLAGS,-Zmt)
  +       AC_CHECK_LIB(bsd, random)
          OSDIR="os2"
          enable_threads="system_threads"
          eolstr="\\r\\n"