trying to fix #77441 Daniel

* configure.in: trying to fix #77441
Daniel
diff --git a/nanohttp.c b/nanohttp.c
index 0fcf5a1..f3fa51a 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -40,9 +40,9 @@
 #include <netdb.h>
 #endif
 #ifdef HAVE_RESOLV_H
-# ifdef HAVE_ARPA_NAMESER_H
-# include <arpa/nameser.h>
-# endif
+#ifdef HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
 #include <resolv.h>
 #endif
 #ifdef HAVE_FCNTL_H