summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-23 14:06:02 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-23 14:06:42 +0200
commit4e7cfbfaedc747a9c7bfabf891897d36b741a765 (patch)
treecc475c484a5c87ed0153ece624f3390c8733c685 /configure.in
parent84546683fd91ca211063f7ee39df96958ede9041 (diff)
Eventually build the lanedo msi* tools soon
Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 27c63c173335..7a0ec39e8def 100644
--- a/configure.in
+++ b/configure.in
@@ -8562,7 +8562,7 @@ AC_SUBST(WINDOWS_SDK_HOME)
dnl =========================================
dnl Check for uuidgen
dnl =========================================
-if test "$_os" = "WINNT"; then
+if test "$_os" = "WINNT" -a "$cross_compiling" != "yes"; then
if test "$WITH_MINGW" = "yes"; then
AC_PATH_PROG([UUIDGEN], [uuid])
if test -z "$UUIDGEN"; then