On Tue, Jul 21, 2015 at 09:09:59PM -0700, Richard wrote: > On Linux Slackware, I get an error message when running the configure for > 5.7.1p1 when I do not use --enable-table-db: > > --- configure.ac.orig 2015-06-30 01:13:34.000000000 -0700 > +++ configure.ac 2015-07-21 17:18:42.661435669 -0700 > @@ -2580,7 +2580,7 @@ > LIBS="$save_LIBS" > > > -AM_CONDITIONAL([HAVE_DB_API], [test $use_db_api = 1]) > +AM_CONDITIONAL([HAVE_DB_API], [test x$use_db_api = x1]) > AM_COND_IF([HAVE_DB_API], [AC_DEFINE([HAVE_DB_API], [1], [Define to 1 if > HAVE_DB_API])]) >
Thanks for your diff, the issue was fixed in git a week ago: https://github.com/OpenSMTPD/OpenSMTPD/commit/73c9b16dd65b6656e2c8f7ccdfd4eb887bcbf56d It will be part of upcoming snapshots + next minor release -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
