mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
configure.ac : Improve message when pkg-config is missing.
This commit is contained in:
parent
41c36ef340
commit
0011db82da
@ -640,6 +640,14 @@ AC_MSG_RESULT([
|
||||
External FLAC/Ogg/Vorbis : ............ ${enable_external_libs:-no}
|
||||
])
|
||||
|
||||
if test -z "$PKG_CONFIG" ; then
|
||||
echo " ***************************************************************"
|
||||
echo " *** The pkg-config program is missing. ***"
|
||||
echo " *** External FLAC/Ogg/Vorbis libs will not work without it. ***"
|
||||
echo " *** http://pkg-config.freedesktop.org/wiki/ ***"
|
||||
echo " ***************************************************************"
|
||||
echo
|
||||
fi
|
||||
|
||||
if test x$ac_cv_c_compiler_gnu = xyes ; then
|
||||
echo " Tools :"
|
||||
|
Loading…
Reference in New Issue
Block a user