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/05/26 22:43:44 UTC

cvs commit: apache-apr/apr configure.in

rbb         99/05/26 13:43:44

  Modified:    apr      configure.in
  Log:
  AIX will now build everything correctly with this change.
  
  Revision  Changes    Path
  1.13      +1 -1      apache-apr/apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/configure.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure.in	1999/05/18 13:40:09	1.12
  +++ configure.in	1999/05/26 20:43:43	1.13
  @@ -35,7 +35,7 @@
   if (test "$SYS_SW" = "AIX"); then
       SYS_KV=`(oslevel) 2>/dev/null` || SYS_KV="0.0.0.0"
       SYS_KV=`echo $SYS_KV | awk -F. '{printf "%s%s%s", $1, $2, $3}'`
  -    CFLAGS="$CFLAGS -U__STR__"
  +    CFLAGS="$CFLAGS -U__STR__ -DUSE_PTHREAD_SERIALIZE -DUSE_FCNTL_SERIALIZE"
       PLATFORM="-DAIX=$SYS_KV"
       OSDIR="unix"
       case "$SYS_KV" in