diff --git a/configure.ac b/configure.ac index f5de28d..653e4ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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)