From 0ec76e53cdb0b15da1dd14bb1c53134dc1f3a55b Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 21 Jun 2012 14:50:40 +0100 Subject: some changes and hacks to get GeoIP on Windows --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f0c1c64..ec9483e 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,9 @@ case "${host_os}" in esac AM_CONDITIONAL([WIN32], test "$WIN32" = "yes") +#if WIN32 +CFLAGS="$CFLAGS -IC:/MinGW/msys/1.0/include" +#endif trglicense='${docdir}-$(PACKAGE_VERSION)/COPYING' AC_SUBST(trglicense) -- cgit v1.2.3