Skip to content

Commit

Permalink
Fix issue where libxml2 was made a mandatory dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Meijuh committed Jul 3, 2018
1 parent 002878e commit 2456789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## July 3, 2018: 3.0.2

- Fix an issue where libxml2 was unnecessarily made a mandatory dependency.

## July 2, 2018: 3.0.1

- Fix an issue on macOS where libxml2 is not detected correctly.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.65)
AC_INIT([ltsmin],[3.0.1],[ltsmin-support@lists.utwente.nl])
AC_INIT([ltsmin],[3.0.2],[ltsmin-support@lists.utwente.nl])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([autotools])
AM_INIT_AUTOMAKE([1.14 foreign subdir-objects])
Expand Down Expand Up @@ -407,7 +407,7 @@ AS_IF([test "x$enable_pnml" != "xno"], [
AC_MSG_WARN([[Please refer to http://ltsmin.utwente.nl/#libxml2 how to resolve this issue.]])
])
CPPFLAGS="$SAVE_CPPFLAGS"
])
], [:])
])
AS_IF([test "x$acx_pnml" != "xyes"], [
AC_MSG_WARN(No acceptable libxml2 package found. Not building PNML front-end)
Expand Down

0 comments on commit 2456789

Please sign in to comment.