current configure.in,1.193,1.194
Fabian Keil <[email protected]>
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23048
Modified Files:
configure.in
Log Message:
Align ./configure --help output slightly better
Index: configure.in
===================================================================
RCS file: /cvsroot/ijbswa/current/configure.in,v
retrieving revision 1.193
retrieving revision 1.194
diff -C2 -d -r1.193 -r1.194
*** configure.in 30 Mar 2016 11:15:42 -0000 1.193
--- configure.in 6 Apr 2016 12:39:04 -0000 1.194
***************
*** 916,920 ****
AC_ARG_ENABLE(acl-support,
! [ --disable-acl-support Prevents the use of ACLs to control access to
Privoxy by IP address.],
[if test $enableval = yes; then
--- 916,920 ----
AC_ARG_ENABLE(acl-support,
! [ --disable-acl-support Prevents the use of ACLs to control access to
Privoxy by IP address.],
[if test $enableval = yes; then
***************
*** 964,968 ****
AC_ARG_ENABLE(external-filters,
! [ --enable-external-filters Allow to filter content with scripts and programs. Experimental.],
[if test $enableval = yes; then
AC_DEFINE(FEATURE_EXTERNAL_FILTERS,1,[Define to 1 to allow to filter content with scripts and programs.])
--- 964,968 ----
AC_ARG_ENABLE(external-filters,
! [ --enable-external-filters Allow to filter content with scripts and programs. Experimental.],
[if test $enableval = yes; then
AC_DEFINE(FEATURE_EXTERNAL_FILTERS,1,[Define to 1 to allow to filter content with scripts and programs.])
------------------------------------------------------------------------------