rbb         01/03/06 11:22:28

  Modified:    .        configure.in
  Log:
  We have to use +Z on HPUX in order to get position independant code.  I
  am assuming we will always want that, regardless of build type.
  
  Revision  Changes    Path
  1.257     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.256
  retrieving revision 1.257
  diff -u -d -b -w -u -r1.256 -r1.257
  --- configure.in      2001/03/06 04:54:49     1.256
  +++ configure.in      2001/03/06 19:22:26     1.257
  @@ -88,7 +88,7 @@
   dnl # combinations
   case "$OS:$CC" in
       *-hp-hpux*:cc )
  -     CFLAGS="$CFLAGS -Ae +DAportable"
  +     CFLAGS="$CFLAGS -Ae +DAportable +Z"
        ;;
       powerpc-*-beos:mwcc* )
           CPP="mwcc -E"
  
  
  

Reply via email to