diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-14 23:36:28 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-14 23:36:28 -0400 |
commit | 0258fae450d8f3164f5a6706a65e80e10f016528 (patch) | |
tree | 33fe21d26b3e2e2665b26066d594c43daaaf486f /configure.ac | |
parent | 35aba896a64102e1f0b38afe1b7bf49d423c7c76 (diff) |
Fix Windows build, that broke with yasm integration
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 721cb0d..15a25a9 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true) AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIBS=-lpthread) AM_CONDITIONAL([WANT_JANSSON], [test x$request_jansson = xtrue]) +AM_CONDITIONAL([HAVE_WINDOWS], [test x$have_win32 = xtrue]) if test x$request_jansson = xtrue then |