Fixed configure define for Win32.
authorGuenter Knauf <lists@gknw.net>
Tue, 18 Jan 2011 14:02:45 +0000 (15:02 +0100)
committerGuenter Knauf <lists@gknw.net>
Tue, 18 Jan 2011 14:04:53 +0000 (15:04 +0100)
Submitted by Vincent Torri.

acinclude.m4

index 9f79052..03d8e20 100644 (file)
@@ -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.])
       ;;
     *)