changeset 31497:7d476325218c

Fix arpa/inet.h configure check.
author reimar
date Sun, 27 Jun 2010 14:55:58 +0000
parents 4c959d99d30a
children c3d0a219d4be
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jun 27 14:49:35 2010 +0000
+++ b/configure	Sun Jun 27 14:55:58 2010 +0000
@@ -3262,7 +3262,7 @@
 echocheck "arpa/inet.h"
 arpa_inet_h=no
 def_arpa_inet_h='#define HAVE_ARPA_INET_H 0'
-header_check arpa_inet.h && arpa_inet_h=yes &&
+header_check arpa/inet.h && arpa_inet_h=yes &&
   def_arpa_inet_h='#define HAVE_ARPA_INET_H 1'
 echores "$arpa_inet_h"