From e881e83a6d0081ae6ff78df117884549376e4051 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 11 Mar 2006 08:22:06 +0000 Subject: [PATCH] Missed change of HAVE_GETOPT_H to HAVE_GETOPT_LONG. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2270 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/config_win.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/config_win.h.in b/sc2/src/config_win.h.in index 14e568bb9..56af84ef9 100644 --- a/sc2/src/config_win.h.in +++ b/sc2/src/config_win.h.in @@ -42,7 +42,7 @@ @HAVE_STRICMP@ /* Defined if your system has getopt.h */ -@HAVE_GETOPT_H@ +@HAVE_GETOPT_LONG@ /* Defined if your system has iswgraph of its own*/ @HAVE_ISWGRAPH@