bandb: make Makefile work with BSD make again

This commit is contained in:
Lee Starnes 2014-05-29 17:53:43 -04:00
parent 497e30a0bb
commit 74ab6be094
3 changed files with 14 additions and 10 deletions

View file

@ -579,6 +579,10 @@ AC_CHECK_HEADER(sqlite3.h, [
fi
if test "$shared_sqlite" = no; then
AC_SUBST(SQLITE_SRC, sqlite3.c)
fi
dnl IO Loop Selection
dnl =================