Skip to content
Snippets Groups Projects
Commit 93ee2f3c authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

configure: Fix incorrect branch handling.

* When the continue was executed for the last element of the for loop
  list, this resulted in an incorrect setting of acx_is_affected_libxml2,
  leading to an incorrect work-around.
parent 3a45e9c8
No related branches found
No related tags found
1 merge request!31Draft: Attempt at fuller exchanger interface
......@@ -67,7 +67,8 @@ AC_DEFUN([ACX_LIBXML2_WORKAROUND],
dnl 3. build fixed xt_xmlXPathInit.c
AC_COMPILE_IFELSE(,
[ACX_MV_OBJ([conftest],[xt_workaround])],
[rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
[acx_is_affected_libxml2=false
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
continue])
dnl 4. verify listed tests now succeed
LIBS="xt_workaround.$ac_objext -lxml2 $LIBS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment