bandb: make Makefile work with BSD make again
This commit is contained in:
parent
497e30a0bb
commit
74ab6be094
3 changed files with 14 additions and 10 deletions
|
@ -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 =================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue