- Fix wrong .endif
Submitted by: cperciva
This commit is contained in:
parent
6ad268c407
commit
1444568e77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210589
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user