HOST: Reimplement and add support for TIMELIMIT subcommand.
[pspp] / tests / atlocal.in
index 35e763ed66de56697a957561d7077cba29cad0e4..df10bef95c6cd1755a6532c3790d2c9fcd30ba78 100644 (file)
@@ -63,7 +63,6 @@ export GZIP
 WINEPREFIX=$HOME/.wine    # Work around the following kludge to keep wine happy
 export WINEPREFIX
 
-
 HOME=/nonexistent              # Kluge to make PSPP ignore $HOME/.pspprc.
 export HOME
 
@@ -77,6 +76,11 @@ if test X"$RUNNER" = Xwine; then
     }
 fi
 
+case $host in
+    *-*-mingw*) MINGW=: ;;
+    *) MINGW=false ;;
+esac
+
 # Enable leak suppressions for Address Sanitizer/Leak Sanitizer.
 LSAN_OPTIONS="suppressions=$abs_top_srcdir/tests/lsan.supp print_suppressions=0"
 export LSAN_OPTIONS