X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=c1be3197e846cb7cb36cd15fbaf6eeec6eae4519;hp=6a578c72612ed72773709da65d3ba25ce76041da;hb=d2ddfb86896d7e02d284228b01ff896d1770f511;hpb=85e3775c14322cfbc78a4cca9b692516612c79e8 diff --git a/configure.in b/configure.in index 6a578c72..c1be3197 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.14 2001/07/30 22:12:11 jongfoster Exp $ +dnl $Id: configure.in,v 1.15 2001/09/12 17:28:59 david__schmidt Exp $ dnl dnl Written by and Copyright (C) 2001 the SourceForge dnl IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,10 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.15 2001/09/12 17:28:59 david__schmidt +dnl +dnl OS/2 port: update autoconf'd support for the platform. +dnl dnl Revision 1.14 2001/07/30 22:12:11 jongfoster dnl Fixing Solaris build (I hope) and tidying up #defines: dnl - All feature #defines are now of the form FEATURE_xxx @@ -171,7 +175,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.14 $) +AC_REVISION($Revision: 1.15 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) @@ -355,6 +359,19 @@ esac AC_SUBST(SOCKET_LIB) +dnl ================================================================= +dnl AmigaOS specific +dnl ================================================================= + +AMIGAOS_ONLY=# + +case "$host" in +*-amigaos) AMIGAOS_ONLY= +;; +esac + +AC_SUBST(AMIGAOS_ONLY) + dnl ================================================================= dnl Check for standard compiler stuff dnl =================================================================