summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-06-25 21:15:47 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-06-25 21:15:47 +0200
commit2f9aaafcdf186746a2b8a3fce4fe28115871fd48 (patch)
tree135d343cd92066ca09432ab73e25c6ef2a936ebc
parent20e658ab5d903d9f5ba0be24248c1cbf69360693 (diff)
downloadgdm-2f9aaafcdf186746a2b8a3fce4fe28115871fd48.tar.gz
configure.ac: Remove duplicate sys/sockio.h check.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 418728a3..9ed1878b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -330,7 +330,6 @@ AC_CHECK_TYPE(socklen_t,,
#include <sys/socket.h>
#endif
)
-AC_CHECK_HEADERS(sys/sockio.h)
AC_CHECK_FUNCS([setresuid setenv unsetenv clearenv])
dnl checks needed for Darwin compatibility to linux **environ.