Possible fix for MinGW MSYS configure script error from ax_boost_base.m4
Issue #1435
This commit is contained in:
parent
4e5d1891e6
commit
31b3b782a1
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue