From: Fabian Keil Date: Wed, 17 Mar 2021 11:06:49 +0000 (+0100) Subject: configure: Remove obsolete RPM_BASE check X-Git-Tag: v_3_0_33~104^2~8 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=e351634206e5b3d39470b86c59ddc175d659b0e2;p=privoxy.git configure: Remove obsolete RPM_BASE check --- 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)