projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6dd867
)
configure: Remove obsolete RPM_BASE check
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 17 Mar 2021 11:06:49 +0000
(12:06 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 21 Mar 2021 06:58:53 +0000
(07:58 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
c70eed4
..
cdec6b1
100644
(file)
--- 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)