* tests/defs.m4sh (func_configure_nofail): Actually pass

options (like --disable-shared) to func_configure.
This commit is contained in:
Ralf Wildenhues 2005-11-12 09:16:56 +00:00
parent 1d83a0c4cd
commit cf0824decb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/defs.m4sh (func_configure_nofail): Actually pass
options (like --disable-shared) to func_configure.
2005-11-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ freebsd ]:

View File

@ -205,7 +205,7 @@ func_configure_nofail ()
# Configure the demonstration, fail on error.
func_configure ()
{
func_configure_nofail
func_configure_nofail ${1+"$@"}
if test "$conf_status" -eq "$EXIT_FAILURE"; then
exit $EXIT_FAILURE
fi