dnl Process this file with autoconf to produce a configure script.
dnl
-dnl $Id: configure.in,v 1.193 2016/03/30 11:15:42 fabiankeil Exp $
+dnl $Id: configure.in,v 1.194 2016/04/06 12:39:04 fabiankeil Exp $
dnl
dnl Written by and Copyright (C) 2001-2014 the
dnl Privoxy team. http://www.privoxy.org/
dnl AutoConf Initialization
dnl =================================================================
-AC_REVISION($Revision: 1.193 $)
+AC_REVISION($Revision: 1.194 $)
AC_INIT(jcc.c)
if test ! -f config.h.in; then
AC_DEFINE(FEATURE_STRPTIME_SANITY_CHECKS)
fi])
-FEATURE_CLIENT_TAGS_ONLY="#"
AC_ARG_ENABLE(client-tags,
-[ --enable-client-tags Enable client-specific tags],
-[if test $enableval = yes; then
+[ --disable-client-tags Disable support for client-specific tags],
+[ if test $enableval = "no"; then have_client_tags=no; fi ])
+if test "${have_client_tags}" = "no"; then
+ echo "Disabling support for client-specific tags."
+ FEATURE_CLIENT_TAGS_ONLY="#"
+else
+ echo "Enabling support for client-specific tags."
+ AC_DEFINE(FEATURE_CLIENT_TAGS,1,[Define to enable support for client-specific tags.])
FEATURE_CLIENT_TAGS_ONLY=""
- AC_DEFINE(FEATURE_CLIENT_TAGS,1,[Define to enable client-specific tags.])
-fi])
+fi
AC_SUBST(FEATURE_CLIENT_TAGS_ONLY)
dnl pcre/pcrs is needed for CGI anyway, so