aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac3
2 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 1719e217f3..372345e21d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1061,9 +1061,6 @@ update-databases-and-caches-install: update-databases-and-caches-common
update-databases-and-caches-uninstall: update-databases-and-caches-common
-host_cpu=@host_cpu@
-host_os=@host_os@
-
rpm_topdir=`cd $(top_builddir) && pwd`/packaging/rpm
if HAVE_RPM
rpm-package: dist
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,