aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-16 10:25:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-17 10:27:00 +0200
commit6b9bc5a4fe5ebfb884a0ea7fe0329923cd4b774c (patch)
tree25e997927895836c3645d70f74f7ef5959a6a230 /configure.ac
parentab2ef24d5d7576fc2f0cb57be947323376324782 (diff)
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4633b69f..1b3f82184 100755
--- a/configure.ac
+++ b/configure.ac
@@ -3156,7 +3156,6 @@ AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(short)
-CURL_CONFIGURE_LONG
AC_CHECK_SIZEOF(time_t)
AC_CHECK_SIZEOF(off_t)