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

This commit is contained in:
Poul-Henning Kamp 2005-08-06 07:41:36 +00:00
parent 9baea4b4b4
commit e73643becb
1 changed files with 1 additions and 1 deletions

View File

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