[Privoxy-commits] [privoxy] 06/14: configure: Remove obsolete RPM_BASE check
User Git
git at git.privoxy.org
Sun Mar 21 07:34:58 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit e351634206e5b3d39470b86c59ddc175d659b0e2
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Mar 17 12:06:49 2021 +0100
configure: Remove obsolete RPM_BASE check
---
configure.in | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/configure.in b/configure.in
index c70eed46..cdec6b13 100644
--- a/configure.in
+++ b/configure.in
@@ -343,16 +343,6 @@ fi
AC_SUBST(W3M)
AC_SUBST(DB2HTML)
-dnl If we use rpm, we need to check where %_topdir is
-AC_CHECK_PROGS(RPMBIN,rpm,false)
-if test $RPMBIN != false; then
- RPM_BASE=`rpm --eval "%{_topdir}"`
- if test "$RPM_BASE" = ""; then
- RPM_BASE=/usr/src/redhat
- fi
-fi
-AC_SUBST(RPM_BASE)
-
dnl prefer openjade to jade
dnl Check for jade, so we can build the documentation
AC_CHECK_PROGS(JADEBIN,openjade jade,false)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list