summaryrefslogtreecommitdiff
path: root/acinclude.m4
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 /acinclude.m4
parentab2ef24d5d7576fc2f0cb57be947323376324782 (diff)
downloadcurl-6b9bc5a4fe5ebfb884a0ea7fe0329923cd4b774c.tar.gz
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
Diffstat (limited to 'acinclude.m4')
-rwxr-xr-xacinclude.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 957b9202f..69bb6c002 100755
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2084,20 +2084,6 @@ _EOF
])
-dnl CURL_CONFIGURE_LONG
-dnl -------------------------------------------------
-dnl Find out the size of long as reported by sizeof() and define
-dnl CURL_SIZEOF_LONG.
-
-AC_DEFUN([CURL_CONFIGURE_LONG], [
- if test -z "$ac_cv_sizeof_long" ||
- test "$ac_cv_sizeof_long" -eq "0"; then
- AC_MSG_ERROR([cannot find out size of long.])
- fi
- CURL_DEFINE_UNQUOTED([CURL_SIZEOF_LONG], [$ac_cv_sizeof_long])
-])
-
-
dnl CURL_CONFIGURE_CURL_SOCKLEN_T
dnl -------------------------------------------------
dnl The need for the curl_socklen_t definition arises mainly to properly