From: Guillem Jover Date: Tue, 12 Mar 2024 23:56:59 +0000 (+0100) Subject: build: Fix typo in ABI selection description X-Git-Tag: 0.12.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435825784ffaf7e514558a6537bb53835692ae33;p=thirdparty%2Flibbsd.git build: Fix typo in ABI selection description --- 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()])