From 667993a1b722d75c7db4d8dca1eb23ff41554f16 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sat, 8 Dec 2012 04:50:29 +0000 Subject: [PATCH] Remove unused sizeof check to avoid using it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 777c6ab..9fdabe1 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.1.4