1
0
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:
moritz 2009-08-01 16:01:44 +00:00
parent 89ac5f37ee
commit f38da7a2b9

View File

@ -187,10 +187,10 @@ AC_CHECK_HEADER([libxml/parser.h],
LIBXML2_LIBS="`${PKG_CONFIG} --static --libs-only-l libxml-2.0`"
LIBS="${LIBXML2_LIBS} ${ax_check_libxml2_save_LIBS}"
AC_MSG_CHECKING([if libxml2 works with explicit dependencies])
AC_RUN_IFELSE(
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
[[
#include <stdlib.h>
#include <stdlib.h>
#include <libxml/parser.h>
]],
[[