From f44d0f387b2e9bfcacf1c5ee15363fbc3a8e0e75 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 4 Sep 2018 01:32:09 +0200 Subject: build: Remove now unused TINYPROXY_UNSTABLE variable from configure Signed-off-by: Michael Adam --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 1e71e35..6ddbcc0 100644 --- a/configure.ac +++ b/configure.ac @@ -19,15 +19,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) dnl Temporarily defined here until we get tinyproxy-version.h AC_DEFINE(TINYPROXY_VERSION, "tinyproxy_version", [Tinyproxy version number]) -# The symbol TINYPROXY_UNSTABLE is defined above for substitution in -# Makefiles and conditionally defined here as a preprocessor symbol -# and automake conditional. -if test "x$TINYPROXY_UNSTABLE" = "xyes"; then - AC_DEFINE(TINYPROXY_UNSTABLE, 1, - [Define to 1 if this is an unstable version of Tinyproxy]) -fi -AM_CONDITIONAL(TINYPROXY_UNSTABLE, test "x$TINYPROXY_UNSTABLE" = "xyes") - dnl Check if we're compiling on a weird platform :) AC_USE_SYSTEM_EXTENSIONS -- cgit v1.2.3