- Fix wrong .endif

Submitted by:	cperciva
This commit is contained in:
Marcus Alves Grando 2008-04-05 15:58:47 +00:00
parent 6ad268c407
commit 1444568e77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210589

View File

@ -391,7 +391,7 @@ IGNORE= ${_IGNORE_MSG}
.if ${USE_SQLITE:L} == "yes" .if ${USE_SQLITE:L} == "yes"
_SQLITE_VER= 3 _SQLITE_VER= 3
.fi .endfi
# USE_SQLITE is specified incorrectly, so mark this as IGNORE # USE_SQLITE is specified incorrectly, so mark this as IGNORE
.if ${_SQLITE_VER} == "3" .if ${_SQLITE_VER} == "3"