summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2012-01-05 21:41:59 +0000
committerChristian Pointner <equinox@anytun.org>2012-01-05 21:41:59 +0000
commit2019e311b10bc56d0ab99759d7a8a42a85b97dc0 (patch)
tree353324a2cbad16080f3e703dc917bad0f8f5778a /src/configure
parentadded helper scripts for mingw environment (diff)
compiler clean windows checks
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index 2cb394b..4501704 100755
--- a/src/configure
+++ b/src/configure
@@ -198,6 +198,7 @@ case $TARGET in
rm -f sysExec.hpp
rm -f daemonService.h daemonService.cpp
echo "loading Windows specific TUN Device"
+ CXXFLAGS=$CXXFLAGS' -DMINGW'
LDFLAGS=$LDFLAGS' -static'
;;
*)