about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index f84f8fa8..a8d0b4ae 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.293 2017/08/08 22:32:03 tom Exp $
+dnl $LynxId: configure.in,v 1.294 2018/02/19 20:37:46 tom Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -7,7 +7,7 @@ dnl by T.E.Dickey <dickey@invisible-island.net>
 dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
 dnl
 dnl ---------------------------------------------------------------------------
-dnl Copyright 1997-2016,2017 by Thomas E. Dickey
+dnl Copyright 1997-2017,2018 by Thomas E. Dickey
 dnl
 dnl Permission to use, copy, modify, and distribute this software and its
 dnl documentation for any purpose and without fee is hereby granted,
@@ -271,12 +271,13 @@ case $host_os in
 (mingw*)
 	# put these directly in CPPFLAGS since they will not work in lynx_cfg.h
 	CF_ADD_CFLAGS(\
-		-DWIN32_LEAN_AND_MEAN \
 		-DDOSPATH \
 		-DNOSIGHUP \
 		-DNOUSERS \
+		-DWIN32_LEAN_AND_MEAN \
 		-DWIN_EX \
 		-D_CONSOLE \
+		-D_GNU_SOURCE \
 		-D_MBCS \
 		-D_WINDOWS \
 		-D_WIN_CC \