Old habits die hard: Make that .if defined(YES_HESIOD) not .if !defined

This commit is contained in:
phk 2005-08-06 07:41:36 +00:00
parent 8d2abe7f00
commit 6786d43591

View File

@ -260,7 +260,7 @@ _chkey= chkey
_newkey= newkey
.endif
.if !defined(YES_HESIOD)
.if defined(YES_HESIOD)
_hesinfo= hesinfo
.endif