jfclere     2004/02/12 01:15:11

  Modified:    jk/native2 configure.in
  Log:
  Otherwise FreeBDS and OpenBSD tells:
  ltconfig: you must specify a host type if you use `--no-verify'
  and the configure failed.
  
  Revision  Changes    Path
  1.20      +3 -2      jakarta-tomcat-connectors/jk/native2/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/configure.in,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- configure.in      9 Feb 2004 09:20:28 -0000       1.19
  +++ configure.in      12 Feb 2004 09:15:11 -0000      1.20
  @@ -78,6 +78,7 @@
   AC_PREREQ(2.13)
   AC_INIT(common/jk_config.c)
   AC_CONFIG_AUX_DIR(scripts/build/unix)
  +AC_CANONICAL_SYSTEM
   
   dnl package and version. (synchronization with common/jk_version.h ?)
   PACKAGE=mod_jk2
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to