From: Viktor Szakats Date: Tue, 9 Dec 2025 14:55:25 +0000 (+0100) Subject: configure: delete unused variable X-Git-Tag: rc-8_18_0-2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bc0c80b31c98dc9e49f261d0f2a196ff6b145f;p=thirdparty%2Fcurl.git configure: delete unused variable Follow-up to 4d73854462f30948acab12984b611e9e33ee41e6 #9044 Closes #19901 --- diff --git a/configure.ac b/configure.ac index 1481a096b2..f0d05b1827 100644 --- a/configure.ac +++ b/configure.ac @@ -4066,7 +4066,6 @@ CPPFLAGS=$o AC_CHECK_TYPE(long long, [AC_DEFINE(HAVE_LONGLONG, 1, [Define to 1 if the compiler supports the 'long long' data type.])] - longlong="yes" ) if test ${ac_cv_sizeof_curl_off_t} -lt 8; then