summaryrefslogtreecommitdiff
path: root/CCache/configure.ac
diff options
context:
space:
mode:
authorFUTATSUKI YASUHITO <github-yf@yf.bsdclub.org>2017-06-20 01:33:10 +0900
committerFUTATSUKI YASUHITO <github-yf@yf.bsdclub.org>2017-06-20 01:33:10 +0900
commit93895f5a5101ba77e599f25ed241d60a85de290d (patch)
tree792dc10c825603535a170ae93529bd9ff0ee5c6f /CCache/configure.ac
parenta706aa146c92298339d48100a1236909aecee265 (diff)
downloadswig-93895f5a5101ba77e599f25ed241d60a85de290d.tar.gz
Add header file in CCache for _WIN32 environment
Diffstat (limited to 'CCache/configure.ac')
-rw-r--r--CCache/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/CCache/configure.ac b/CCache/configure.ac
index d5f0c38c2..84d8fe835 100644
--- a/CCache/configure.ac
+++ b/CCache/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR([ccache.h])
AC_MSG_NOTICE([Configuring ccache])
AC_CONFIG_HEADER(config.h)
+AC_CONFIG_FILES([config_w32.h])
dnl Checks for programs.
AC_PROG_CC