Update $as_echo_n -> AS_ECHO_N

This commit is contained in:
David Seifert 2021-09-05 15:01:08 +02:00
parent 8aba5d7f5b
commit 5e321c80cf
No known key found for this signature in database
GPG Key ID: CE36E117202E3842

View File

@ -55,10 +55,10 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]], [puts ("")])], pkg_link=
CFLAGS=$pkg_link_saved_CFLAGS
LIBS=$pkg_link_saved_LIBS
if test $pkg_link = no ; then
$as_echo_n "link failed ... "
AS_IF([test x$pkg_link = xno], [
AS_ECHO_N(["link failed ... "])
pkg_failed=yes
fi
])
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
and $1[]_LIBS to avoid the need to call pkg-config.