From 1acc67ac4412aa9a75d1c58ebf93f2b29585a960 Mon Sep 17 00:00:00 2001 From: youcai Date: Thu, 30 May 2024 19:31:36 +0200 Subject: patch 9.1.0452: Configure checks for libelf unnecessarily Problem: Configure checks for libelf unnecessarily Solution: Remove configure check (youcai) closes: #14879 Signed-off-by: youcai Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index e90bd3074e..e5b8e45273 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 452, /**/ 451, /**/ -- cgit v1.2.3