From 7fcbdd68b9e0826a0ed45e6371a502fe4e7708a2 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 18 Jan 2011 15:02:45 +0100 Subject: [PATCH] Fixed configure define for Win32. Submitted by Vincent Torri. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 9f79052..03d8e20 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3181,7 +3181,7 @@ AC_DEFUN([CURL_CHECK_WIN32_LARGEFILE], [ ;; win32_small_files) AC_MSG_RESULT([yes (large file disabled)]) - AC_DEFINE_UNQUOTED(USE_WIN32_LARGE_FILES, 1, + AC_DEFINE_UNQUOTED(USE_WIN32_SMALL_FILES, 1, [Define to 1 if you are building a Windows target without large file support.]) ;; *) -- 2.7.4