From 87c84a28d8a2bfe75f1c383728670f74c1517568 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Feb 2013 18:04:26 +0200 Subject: Make sure windows.hxx is always installed on Windows --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a2daa10..2a71588 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,17 @@ AC_LANG(C++) # LT_OUTPUT +# Check for Windows. +# +win32=no +case $host_os in + windows* | mingw*) + win32=yes + ;; +esac + +AM_CONDITIONAL([ODB_WIN32], [test x$win32 = xyes]) + # Check for threads. # THREADS -- cgit v1.1