diff configure.ac @ 10015:49563d18ca78

Remove redundant test for nlink_t in configure.ac
author Rik <rdrider0-list@yahoo.com>
date Tue, 22 Dec 2009 11:41:08 -0800
parents 411325ce32d7
children 0f312e11957e
line wrap: on
line diff
--- a/configure.ac	Mon Dec 21 10:44:28 2009 -0800
+++ b/configure.ac	Tue Dec 22 11:41:08 2009 -0800
@@ -1343,7 +1343,7 @@
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 AC_TYPE_UID_T
-AC_CHECK_TYPES([dev_t, ino_t, nlink_t, nlink_t])
+AC_CHECK_TYPES([dev_t, ino_t, nlink_t])
 AC_CHECK_TYPES([long long int, unsigned long long int])
 AC_CHECK_TYPES([sigset_t, sig_atomic_t], , , [
 #if defined (HAVE_SYS_TYPES_H)