mirror of https://github.com/Icinga/icinga2.git
Unset ax_lib when we're done (as this would cause the next AC_BOOST_* call to fail).
This commit is contained in:
parent
45bfe2762e
commit
4d7d40bce0
|
@ -107,6 +107,7 @@ AC_DEFUN([AX_BOOST_SIGNALS],
|
|||
AC_MSG_ERROR(Could not link against $ax_lib !)
|
||||
fi
|
||||
fi
|
||||
ax_lib=""
|
||||
|
||||
CPPFLAGS="$CPPFLAGS_SAVED"
|
||||
LDFLAGS="$LDFLAGS_SAVED"
|
||||
|
|
|
@ -112,6 +112,7 @@ AC_DEFUN([AX_BOOST_SYSTEM],
|
|||
if test "x$link_system" = "xno"; then
|
||||
AC_MSG_ERROR(Could not link against $ax_lib !)
|
||||
fi
|
||||
ax_lib=""
|
||||
fi
|
||||
|
||||
CPPFLAGS="$CPPFLAGS_SAVED"
|
||||
|
|
|
@ -142,6 +142,7 @@ AC_DEFUN([AX_BOOST_THREAD],
|
|||
|
||||
fi
|
||||
fi
|
||||
ax_lib=""
|
||||
|
||||
CPPFLAGS="$CPPFLAGS_SAVED"
|
||||
LDFLAGS="$LDFLAGS_SAVED"
|
||||
|
|
|
@ -104,6 +104,7 @@ AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK],
|
|||
AC_MSG_ERROR(Could not link against $ax_lib !)
|
||||
fi
|
||||
fi
|
||||
ax_lib=""
|
||||
|
||||
CPPFLAGS="$CPPFLAGS_SAVED"
|
||||
LDFLAGS="$LDFLAGS_SAVED"
|
||||
|
|
Loading…
Reference in New Issue