Old habits die hard: Make that .if defined(YES_HESIOD) not .if !defined
This commit is contained in:
parent
8d2abe7f00
commit
6786d43591
@ -260,7 +260,7 @@ _chkey= chkey
|
||||
_newkey= newkey
|
||||
.endif
|
||||
|
||||
.if !defined(YES_HESIOD)
|
||||
.if defined(YES_HESIOD)
|
||||
_hesinfo= hesinfo
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user