diff options
| author | Brent Cook <bcook@openbsd.org> | 2014-10-29 15:59:35 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2014-10-30 10:55:30 -0500 |
| commit | 727bccd093eaeac853ac84c7b6f31e67e452cde9 (patch) | |
| tree | 30defc832435e94d6b3e769481c196656bf930d4 | |
| parent | 72c1e56b382547c74e16a67d1d2b1b7ce774c56d (diff) | |
| download | portable-727bccd093eaeac853ac84c7b6f31e67e452cde9.tar.gz portable-727bccd093eaeac853ac84c7b6f31e67e452cde9.tar.bz2 portable-727bccd093eaeac853ac84c7b6f31e67e452cde9.zip | |
use the correct HOST_OS for the Windows build
ok doug@
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 72f5160..eca3134 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -26,7 +26,7 @@ case $host_os in | |||
| 26 | AC_DEFINE([HAVE_ATTRIBUTE__BOUNDED__], [1], [OpenBSD gcc has bounded]) | 26 | AC_DEFINE([HAVE_ATTRIBUTE__BOUNDED__], [1], [OpenBSD gcc has bounded]) |
| 27 | ;; | 27 | ;; |
| 28 | *mingw*) | 28 | *mingw*) |
| 29 | HOST_OS=win32 | 29 | HOST_OS=win |
| 30 | CFLAGS="$CFLAGS -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" | 30 | CFLAGS="$CFLAGS -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" |
| 31 | ;; | 31 | ;; |
| 32 | *) ;; | 32 | *) ;; |
