From f38da7a2b9ef2f91d19e5dfabe2693b44a9e7d20 Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 1 Aug 2009 16:01:44 +0000 Subject: [PATCH] Don't use AC_RUN_IFELSE (breaks cross-compiles.) git-svn-id: https://svn.xiph.org/trunk/ezstream@16378 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- m4/libxml2.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/libxml2.m4 b/m4/libxml2.m4 index 6c27428..0827ddb 100644 --- a/m4/libxml2.m4 +++ b/m4/libxml2.m4 @@ -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 + #include #include ]], [[