Fix thinko in configure.ac

* configure.ac: Fix a thinko I spotted while looking at something
	else.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2021-05-20 11:06:15 +02:00
parent 1656f9dd7b
commit 26c41c060b

View File

@ -273,7 +273,7 @@ if test x$ENABLE_RPM = xyes -o x$ENABLE_RPM = xauto; then
fi
fi
if test x$ENABLE_RPM = xyes -a x$ENABLE_RPM415 = xauto; then
if test x$ENABLE_RPM = xyes -o x$ENABLE_RPM415 = xauto; then
rpmversion=$(rpm --version | sed "s/RPM version //")
AC_MSG_NOTICE([detected rpm version: $rpmversion])
if [[[ "$rpmversion" > "4.14.0" ]]]; then