Remove unused sizeof check to avoid using it. 1.5.2
authorScott Cantor <cantor.2@osu.edu>
Sat, 8 Dec 2012 04:50:29 +0000 (04:50 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 8 Dec 2012 04:50:29 +0000 (04:50 +0000)
configure.ac

index 777c6ab..9fdabe1 100644 (file)
@@ -66,7 +66,6 @@ esac
 # Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_TYPE_SIZE_T
-AC_CHECK_SIZEOF([long])
 
 # Checks for library functions.
 AC_CHECK_FUNCS([strchr strdup strstr timegm gmtime_r strcasecmp])