Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 03f39b2

Browse files
author
Frédéric Chapoton
committed
trac #17481 remove dpkg-dev requirement in configure
1 parent c9a8a66 commit 03f39b2

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.txt

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Installation Guide:
7272
1. Make sure you have the dependencies and 5 GB of free disk space.
7373

7474
All Linux versions: gcc, make, m4, perl, ranlib, and tar.
75-
Debian or Ubuntu systems: the dpkg-dev package.
7675
Fedora or RedHat systems: the perl-ExtUtils-MakeMaker package.
7776
(install these using your package manager)
7877

configure.ac

-15
Original file line numberDiff line numberDiff line change
@@ -274,21 +274,6 @@ AX_PROG_PERL_VERSION([5.8.0],[],[
274274
AC_MSG_ERROR([Exiting, since AC_PACKAGE_NAME requires perl-5.8.0 or later])
275275
])
276276

277-
# To build Python on multi-arch Debian-based systems, we need
278-
# dpkg-architecture. Since we need dpkg-architecture to determine
279-
# whether we're on a multi-arch system and require dpkg-architecture,
280-
# we simply require it always on Debian-based systems.
281-
AC_CHECK_PROG(found_dpkg, dpkg, yes, no)
282-
AC_CHECK_PROG(found_dpkg_arch, dpkg-architecture, yes, no)
283-
if test x$found_dpkg = xyes && test x$found_dpkg_arch = xno
284-
then
285-
AC_MSG_NOTICE([You do not have 'dpkg-architecture', which is required to build])
286-
AC_MSG_NOTICE([Python on multi-arch Debian-based systems. This includes all recent])
287-
AC_MSG_NOTICE([Debian and Ubuntu systems. You can install this with:])
288-
AC_MSG_NOTICE([ sudo apt-get install dpkg-dev])
289-
AC_MSG_ERROR([Exiting, since AC_PACKAGE_NAME requires dpkg-architecture on Debian])
290-
fi
291-
292277
#---------------------------------------------------------
293278
# C/C++/Fortran compilers
294279

0 commit comments

Comments
 (0)