diff options
author | Michael Adam <obnox@samba.org> | 2018-09-04 01:32:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2018-09-05 01:34:51 +0200 |
commit | f44d0f387b2e9bfcacf1c5ee15363fbc3a8e0e75 (patch) | |
tree | c065ea9994e38f29f3c227ce2279bc067b18b450 | |
parent | 04f68e21e76047ed8a0747016d7f6f03e070fc59 (diff) |
build: Remove now unused TINYPROXY_UNSTABLE variable from configure
Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 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 |