Ticket #4459: usage of 'sed' in build system/makefiles is not portable.

configure: add explicit sed detection

Actually SED variable is set automatically by LT_INIT currently.
Having explicit check should help avoiding problems if/when LT_INIT
changed.

Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Evgeny Grin 2023-05-19 17:49:55 +03:00 committed by Andrew Borodin
parent e5911c1ef5
commit 054a051b42
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ dnl ############################################################################
dnl Check for programs
dnl ############################################################################
AC_PROG_SED
PKG_PROG_PKG_CONFIG
AC_PROG_INSTALL
AC_PROG_LN_S