[Development] Implement PasswordValidator class on Windows (Martin Koegler)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4183 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/configure.ac b/configure.ac
index 560f5fc..811342a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,9 @@
;;
esac
AM_CONDITIONAL([BUILD_WIN], [test "x$BUILD_WIN" = xyes])
+if test "x$BUILD_WIN" = xyes; then
+ AC_DEFINE([BUILD_WIN],1,[is it a windows build])
+fi
dnl FIXME: Check for MIT-SHM properly, add a corresponding --with option.
if test "$USE_MITSHM" = yes; then