public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] Fix thinko in configure.ac
@ 2021-05-25  9:25 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2021-05-25  9:25 UTC (permalink / raw)
  To: libabigail

Hello,

I spotted this thinko while looking at something else.

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

Signed-off-by: Dodji Seketeli <dodji@redhat.com>

Applied to master.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 495460bf..0b64c3e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
2.30.0


-- 
		Dodji


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-25  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25  9:25 [PATCH, applied] Fix thinko in configure.ac Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).