Possible fix for MinGW MSYS configure script error from ax_boost_base.m4

Issue #1435
This commit is contained in:
William S Fulton 2019-04-15 23:28:25 +01:00
commit 31b3b782a1

View file

@ -181,8 +181,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
AC_MSG_RESULT(yes)
succeeded=yes
found_system=yes
],[
])
],[])
AC_LANG_POP([C++])
@ -276,8 +275,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
AC_MSG_RESULT(yes)
succeeded=yes
found_system=yes
],[
])
],[])
AC_LANG_POP([C++])
fi