mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Don't use AC_RUN_IFELSE (breaks cross-compiles.)
git-svn-id: https://svn.xiph.org/trunk/ezstream@16378 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
89ac5f37ee
commit
f38da7a2b9
@ -187,7 +187,7 @@ AC_CHECK_HEADER([libxml/parser.h],
|
|||||||
LIBXML2_LIBS="`${PKG_CONFIG} --static --libs-only-l libxml-2.0`"
|
LIBXML2_LIBS="`${PKG_CONFIG} --static --libs-only-l libxml-2.0`"
|
||||||
LIBS="${LIBXML2_LIBS} ${ax_check_libxml2_save_LIBS}"
|
LIBS="${LIBXML2_LIBS} ${ax_check_libxml2_save_LIBS}"
|
||||||
AC_MSG_CHECKING([if libxml2 works with explicit dependencies])
|
AC_MSG_CHECKING([if libxml2 works with explicit dependencies])
|
||||||
AC_RUN_IFELSE(
|
AC_LINK_IFELSE(
|
||||||
[AC_LANG_PROGRAM(
|
[AC_LANG_PROGRAM(
|
||||||
[[
|
[[
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user