X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=147fe1e4f53288dee45f141d2a9c3673c56b0b72;hb=4e2002a7600aef95b7df09719b2179f8c92cd6d6;hp=8aba8a79d9c531320b39cce1e64bfa403f8afe38;hpb=cfde2704fe41650d8bdb5eb9108d5fdc6a91aa19;p=privoxy.git diff --git a/configure.in b/configure.in index 8aba8a79..147fe1e4 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Written by and Copyright (C) 2001-2020 the +dnl Written by and Copyright (C) 2001-2021 the dnl Privoxy team. https://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written @@ -157,6 +157,11 @@ AC_ARG_WITH(debug, ] ) +AC_ARG_WITH(assertions, [ --with-assertions Enable assertions]) +if test "x$with_assertions" != "xyes"; then + CFLAGS="$CFLAGS -DNDEBUG" +fi + dnl ================================================================= dnl Check for user and group validity dnl =================================================================