Petr Menšík eabce4
diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c
Petr Menšík eabce4
index c179b62..cdf8826 100644
Petr Menšík eabce4
--- a/bin/dig/dighost.c
Petr Menšík eabce4
+++ b/bin/dig/dighost.c
Petr Menšík eabce4
@@ -823,11 +823,7 @@ make_empty_lookup(void) {
Petr Menšík eabce4
 #else
Petr Menšík eabce4
 	looknew->idnin = ISC_FALSE;
Petr Menšík eabce4
 #endif
Petr Menšík eabce4
-#ifdef WITH_IDN_OUT_SUPPORT
Petr Menšík eabce4
-	looknew->idnout = ISC_TRUE;
Petr Menšík eabce4
-#else
Petr Menšík eabce4
 	looknew->idnout = ISC_FALSE;
Petr Menšík eabce4
-#endif
Petr Menšík eabce4
 #ifdef DIG_SIGCHASE
Petr Menšík eabce4
 	looknew->sigchase = ISC_FALSE;
Petr Menšík eabce4
 #if DIG_SIGCHASE_TD