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...@apache.org on 2001/10/15 19:28:01 UTC

cvs commit: httpd-2.0 configure.in

rbb         01/10/15 10:28:01

  Modified:    .        configure.in
  Log:
  Fix a typo in the configure script.  This get AIX building cleanly.
  
  Submitted by:	Jens-Uwe Mager <ju...@helios.de>
  Reviewed by:	Aaron Bannert <aa...@clove.org> and Ryan Bloom
  
  Revision  Changes    Path
  1.184     +2 -2      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- configure.in	2001/09/30 07:57:14	1.183
  +++ configure.in	2001/10/15 17:28:01	1.184
  @@ -279,8 +279,8 @@
     fi
     case $host in
       *-ibm-aix*)
  -      HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_blddir/server/httpd.exp"
  -      SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_blddir/server/httpd.exp"
  +      HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_builddir/server/httpd.exp"
  +      SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_builddir/server/httpd.exp"
         ;;
       *beos)
         SH_LDFLAGS='$(top_builddir)/_APP_'