aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-14 11:40:54 +0100
committerJoão Valverde <j@v6e.pt>2017-10-15 05:17:21 +0000
commitd4b0fb5773c874e14be91f861eae24fa60237fa6 (patch)
tree5f25cce150ad2614b9af20a05a918193528c8134 /configure.ac
parent1dea7f3dc17de6ac189f8d185d2c4c4294fed950 (diff)
autotools: remove unused variables
Change-Id: I1636358f76c7c230b8b464a17dddf520b723b36b Reviewed-on: https://code.wireshark.org/review/23907 Reviewed-by: Guy Harris <guy@alum.mit.edu> Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d8503e48c6..a242401d6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -486,9 +486,6 @@ if test "x$RPMBUILD" != "xfalse" ; then
fi
AM_CONDITIONAL(HAVE_RPM, [test "x$have_rpm" = xyes])
-# Debian
-AC_CHECK_PROG(HAVE_DPKG_BUILDPACKAGE, dpkg-buildpackage, "yes", "no")
-
#
# Use this as a proxy for "is this macOS" (just in case somebody actually
# built and installed Darwin as an OS, perhaps with some X11-based GUI,