[xiph-commits] r16378 - trunk/ezstream/m4
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Aug 1 09:01:44 PDT 2009
Author: moritz
Date: 2009-08-01 09:01:44 -0700 (Sat, 01 Aug 2009)
New Revision: 16378
Modified:
trunk/ezstream/m4/libxml2.m4
Log:
Don't use AC_RUN_IFELSE (breaks cross-compiles.)
Modified: trunk/ezstream/m4/libxml2.m4
===================================================================
--- trunk/ezstream/m4/libxml2.m4 2009-08-01 15:28:07 UTC (rev 16377)
+++ trunk/ezstream/m4/libxml2.m4 2009-08-01 16:01:44 UTC (rev 16378)
@@ -187,10 +187,10 @@
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>
]],
[[
More information about the commits
mailing list