mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Use AC_MSG_ERROR instead of echo/exit
This commit is contained in:
parent
888ad9fe3f
commit
97bb488785
@ -181,9 +181,7 @@ fi
|
||||
|
||||
if test "x$HAVE_ODBC" = "xtrue"; then
|
||||
if test "x$sql" != "xtrue" ; then
|
||||
echo
|
||||
echo ODBC requires flex and bison for the SQL engine
|
||||
exit 1
|
||||
AC_MSG_ERROR([ODBC requires flex and bison for the SQL engine])
|
||||
fi
|
||||
|
||||
AC_SUBST(ODBC_CFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user