dgaudet     98/02/14 05:42:00

  Modified:    src      Configure
  Log:
  I don't know why I'm bothering, there's only a dozen other HPUX compilation
  problems.
  
  HPUX might require -lm.  It can't hurt.
  
  PR:           1639
  
  Revision  Changes    Path
  1.98      +1 -0      apache-1.2/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.2/src/Configure,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- Configure 1998/01/30 09:13:44     1.97
  +++ Configure 1998/02/14 13:41:59     1.98
  @@ -255,6 +255,7 @@
            CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
            OPTIM=" "
        fi
  +     LIBS="$LIBS -lm"
        ;;
       *-sgi-irix64)
   # Note: We'd like to see patches to compile 64-bit, but for now...
  
  
  

Reply via email to