From 10d23ea80f58d63afd92802d0d88577cf9147bba Mon Sep 17 00:00:00 2001 From: hal9 Date: Fri, 13 Dec 2002 23:47:45 +0000 Subject: [PATCH] Add openbsd $specialflags per gunner at styx2002.no-ip.org --- configure.in | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index fadd55bf..247e9693 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.68.2.7 2002/10/25 02:44:22 hal9 Exp $ +dnl $Id: configure.in,v 1.68.2.8 2002/11/27 12:55:26 oes Exp $ dnl dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,9 @@ 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.68.2.8 2002/11/27 12:55:26 oes +dnl Fixed broken handling of pre-set CFLAGS +dnl dnl Revision 1.68.2.7 2002/10/25 02:44:22 hal9 dnl Port of make install, etc from main trunk. Needs testing! Add Slackware dnl support, and other related changes. Update related docs. @@ -394,7 +397,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.68.2.7 $) +AC_REVISION($Revision: 1.68.2.8 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -983,6 +986,15 @@ case "$host" in ;; esac +dnl ================================================================= +dnl OpenBSD specific +dnl ================================================================= + +case "$host" in +*-openbsd*) SPECIAL_CFLAGS="$SPECIAL_CFLAGS -Dunix" +;; +esac + dnl ================================================================= dnl AmigaOS specific dnl ================================================================= -- 2.39.2