]> granicus.if.org Git - curl/commitdiff
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 9f790522aa41af20d859f40c68ec7c45dde7f53e..03d8e20a0a0dae8c7b9333d5fc93556ccbad3fdf 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.])
       ;;
     *)