You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2001/09/03 14:58:31 UTC

cvs commit: jakarta-tomcat-connectors/webapp configure.in

jfclere     01/09/03 05:58:31

  Modified:    webapp   configure.in
  Log:
  Change APXS_LD_SHLIB to prevent problem while doing make.
  
  Revision  Changes    Path
  1.25      +4 -1      jakarta-tomcat-connectors/webapp/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/configure.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- configure.in	2001/08/31 10:26:24	1.24
  +++ configure.in	2001/09/03 12:58:31	1.25
  @@ -58,7 +58,7 @@
   dnl --------------------------------------------------------------------------
   dnl Author Pier Fumagalli <ma...@eng.sun.com>
   dnl Author Jon S. Stevens <ma...@latchkey.com>
  -dnl Version $Id: configure.in,v 1.24 2001/08/31 10:26:24 jfclere Exp $
  +dnl Version $Id: configure.in,v 1.25 2001/09/03 12:58:31 jfclere Exp $
   dnl --------------------------------------------------------------------------
   
   dnl --------------------------------------------------------------------------
  @@ -209,6 +209,9 @@
       dnl test apache version
       APA=`${GREP} STANDARD20 ${APXS}`
       if  ${TEST} -z "$APA" ; then
  +      if ${TEST} -z "APXS_LD_SHLIB"; then
  +         AC_MSG_ERROR([${APXS} do not seem a valid apxs)]) 
  +      fi
         TARGET="${SRCDIR}/apache-1.3"
         makefile="apache-1.3/Makefile"
       else