Add openbsd $specialflags per gunner at styx2002.no-ip.org
authorhal9 <hal9@users.sourceforge.net>
Fri, 13 Dec 2002 23:47:45 +0000 (23:47 +0000)
committerhal9 <hal9@users.sourceforge.net>
Fri, 13 Dec 2002 23:47:45 +0000 (23:47 +0000)
configure.in

index fadd55b..247e969 100644 (file)
@@ -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 =================================================================