From: hal9 Date: Sat, 7 Sep 2002 02:11:06 +0000 (+0000) Subject: Remove some testing stuff inadvertantly left in. X-Git-Tag: v_3_1_archive_branchpoint~138 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=b73e125b8c330049e1ccedf43e976fb6c2b5642f Remove some testing stuff inadvertantly left in. --- diff --git a/configure.in b/configure.in index 0b3ba977..8da35efd 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.77 2002/09/06 13:23:03 oes Exp $ +dnl $Id: configure.in,v 1.78 2002/09/06 23:18:08 hal9 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.78 2002/09/06 23:18:08 hal9 +dnl Migrate PCRE_H_IN_SUBDIR from 3.0 branch for pcre/pcre.h on RH, etc. +dnl dnl Revision 1.77 2002/09/06 13:23:03 oes dnl Removed non-functional test for gcc support for -pthread dnl @@ -407,7 +410,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.77 $) +AC_REVISION($Revision: 1.78 $) AC_INIT(src/jcc.c) if test ! -f src/config.h.in; then @@ -1258,13 +1261,3 @@ AC_SUBST(PTHREAD_LIB) AC_OUTPUT(GNUmakefile doc/source/ldp.dsl doc/source/GNUmakefile) -dnl hb: -echo $prefix -echo $exec_prefix -echo $bindir -echo $sbindir -echo $sysconfdir -echo $datadir -echo $mandir -echo $localstatedir -echo host: $host