X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=bc6030be03f3db97cada88414f7ea11af3d1861b;hb=c047f21f14e305dacb22135b2add11b4eca78957;hp=f905bcf1e53c632a49af4022993ed3881a844cd7;hpb=a204116283ffb975e7d47e5e4de904242f5aa311;p=privoxy.git diff --git a/configure.in b/configure.in index f905bcf1..bc6030be 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.212 2017/05/25 11:14:53 fabiankeil Exp $ -dnl -dnl Written by and Copyright (C) 2001-2017 the +dnl Written by and Copyright (C) 2001-2018 the dnl Privoxy team. https://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written @@ -32,7 +30,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.212 $) +AC_REVISION($Revision: 1.213 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -308,6 +306,9 @@ if test $target_type = mingw; then WIN_ONLY= CFLAGS="$CFLAGS -DWINVER=0x501" SPECIAL_CFLAGS="-mwindows" +dnl from the cygwin FAQ: The regular setup allows you to use the -mwindows option +dnl to include a set of the basic libraries user32, gdi32 and comdlg32. +dnl (and also make your program a GUI program instead of a console program) PTHREAD_LIB=-lpthread echo "Using mingw32 (Win32 GUI)" else @@ -699,19 +700,6 @@ case "$host" in ;; esac -dnl ================================================================= -dnl AmigaOS specific -dnl ================================================================= - -AMIGAOS_ONLY=# - -case "$host" in -*-amigaos) AMIGAOS_ONLY= -;; -esac - -AC_SUBST(AMIGAOS_ONLY) - dnl ================================================================= dnl Haiku specific dnl ================================================================= @@ -782,6 +770,7 @@ AC_CHECK_FUNCS([ \ access \ arc4random \ atexit \ + calloc \ getcwd \ gethostbyaddr \ gethostbyaddr_r \