From 08f37f2abc0e77bab9babf41d72565b871d88ec0 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 11 Feb 2014 10:06:04 +0100 Subject: [PATCH] check for arch instead --- build-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-test.sh b/build-and-test.sh index 6cf358f..a1e75f9 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -5,7 +5,7 @@ set -x autoreconf -i -if [ "x$LIBUSB" = "xwindows" ]; then +if [ "x$ARCH" != "x" ]; then ./configure touch ChangeLog make dist