From 435825784ffaf7e514558a6537bb53835692ae33 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 13 Mar 2024 00:56:59 +0100 Subject: [PATCH] build: Fix typo in ABI selection description --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 09bc0f4..bc0e1d2 100644 --- a/configure.ac +++ b/configure.ac @@ -601,7 +601,7 @@ LIBBSD_SELECT_ABI([strmode], [strmode()]) LIBBSD_SELECT_ABI([strnstr], [strnstr()]) LIBBSD_SELECT_ABI([strtonum], [strtonum()]) LIBBSD_SELECT_ABI([strtox], [strtoi()/strtou()]) -LIBBSD_SELECT_ABI([timeconv], [timeconf.h API]) +LIBBSD_SELECT_ABI([timeconv], [timeconv.h API]) LIBBSD_SELECT_ABI([transparent_libmd], [transparent libmd support]) LIBBSD_SELECT_ABI([vis], [vis API]) LIBBSD_SELECT_ABI([wcsl], [wcslcpy()/wcslcat()]) -- 2.47.3