Fix mysql/neural-combination
PR: ports/76920 Submitted by: Thomas T. Veldhouse, maintainer
This commit is contained in:
parent
a9f843fb80
commit
7b12758aca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128388
@ -479,7 +479,7 @@ pre-configure:
|
|||||||
@${ECHO_CMD} "You can use one and only one database back-end at once."
|
@${ECHO_CMD} "You can use one and only one database back-end at once."
|
||||||
@${FALSE}
|
@${FALSE}
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL))
|
.if defined(WITH_NEURAL_NET) && !(defined(USE_MYSQL) || defined(WITH_POSTGRESQL))
|
||||||
@${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking."
|
@${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking."
|
||||||
@${FALSE}
|
@${FALSE}
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user