From 7208f76b4d22c841518f60040ed91f80633de27a Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 24 Oct 2013 22:04:19 -0500 Subject: [PATCH] WINDOWS conditional --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2f420c5679..e3fe8773fb 100644 --- a/configure.ac +++ b/configure.ac @@ -141,6 +141,7 @@ fi AM_CONDITIONAL(UNIX, test "$unix" = "yes" ) AM_CONDITIONAL(LINUX, test "$linux" = "yes" ) AM_CONDITIONAL(BSD, test "$bsd" = "yes" ) +AM_CONDITIONAL(WINDOWS, test "$windows" = "yes" ) # Define macros for individual CPU types, for a few bits of inline assembly. # This is for major, compatible CPU classes--"CPU_X86" includes P2, P3, P4,