Skip to content

Commit

Permalink
Fixed configure define for Win32.
Browse files Browse the repository at this point in the history
Submitted by Vincent Torri.
  • Loading branch information
gknauf committed Jan 18, 2011
1 parent fc77790 commit 7fcbdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Expand Up @@ -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.])
;;
*)
Expand Down

0 comments on commit 7fcbdd6

Please sign in to comment.