We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f68e2 commit f44d0f3Copy full SHA for f44d0f3
configure.ac
@@ -19,15 +19,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
19
dnl Temporarily defined here until we get tinyproxy-version.h
20
AC_DEFINE(TINYPROXY_VERSION, "tinyproxy_version", [Tinyproxy version number])
21
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
-
31
32
dnl Check if we're compiling on a weird platform :)
33
AC_USE_SYSTEM_EXTENSIONS
0 commit comments