aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-06 19:31:05 +0000
committerKalle Wallin <kaw@linux.se>2004-04-06 19:31:05 +0000
commit75dd1320fc506c0898c4380d98bfb6def5f16c61 (patch)
treee52c684fe2745c76c0a09b15ab269ce9089a39c8 /configure.ac
parentf6ac83fe56f7ee27fd441ffcdffb449690f536fa (diff)
downloadmpd-75dd1320fc506c0898c4380d98bfb6def5f16c61.tar.gz
mpd-75dd1320fc506c0898c4380d98bfb6def5f16c61.tar.xz
mpd-75dd1320fc506c0898c4380d98bfb6def5f16c61.zip
Added a new test for socklen_t.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@615 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b79934412..28961b1a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,14 @@ CFLAGS="-Wall $CFLAGS"
dnl
dnl Check for types
dnl
-AC_CHECK_TYPE(socklen_t,
- AC_DEFINE(HAVE_SOCKLEN_T, 1, socklen_t defined in sys/socket.h),
-)
+dnl AC_CHECK_TYPE(socklen_t,
+dnl AC_DEFINE(HAVE_SOCKLEN_T, 1, socklen_t defined in sys/socket.h),
+dnl )
+
+AC_SOCKLEN_T
+
+
+
dnl