Skip to content

Commit f44d0f3

Browse files
committed
build: Remove now unused TINYPROXY_UNSTABLE variable from configure
Signed-off-by: Michael Adam <[email protected]>
1 parent 04f68e2 commit f44d0f3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

configure.ac

-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
1919
dnl Temporarily defined here until we get tinyproxy-version.h
2020
AC_DEFINE(TINYPROXY_VERSION, "tinyproxy_version", [Tinyproxy version number])
2121

22-
# The symbol TINYPROXY_UNSTABLE is defined above for substitution in
23-
# Makefiles and conditionally defined here as a preprocessor symbol
24-
# and automake conditional.
25-
if test "x$TINYPROXY_UNSTABLE" = "xyes"; then
26-
AC_DEFINE(TINYPROXY_UNSTABLE, 1,
27-
[Define to 1 if this is an unstable version of Tinyproxy])
28-
fi
29-
AM_CONDITIONAL(TINYPROXY_UNSTABLE, test "x$TINYPROXY_UNSTABLE" = "xyes")
30-
3122

3223
dnl Check if we're compiling on a weird platform :)
3324
AC_USE_SYSTEM_EXTENSIONS

0 commit comments

Comments
 (0)