mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Update $as_echo_n
-> AS_ECHO_N
This commit is contained in:
parent
8aba5d7f5b
commit
5e321c80cf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user