WITH_IDEA --> MAKE_IDEA fix.
This commit is contained in:
parent
64ac9827f2
commit
1200a0a6e4
@ -16,6 +16,6 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
|
||||
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_IDEA) || ${WITH_IDEA} != YES
|
||||
.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
|
||||
CFLAGS+= -DNO_IDEA
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user