check for arch instead

This commit is contained in:
Klas Lindfors
2014-02-11 10:06:04 +01:00
parent 4362c3085c
commit 08f37f2abc
+1 -1
View File
@@ -5,7 +5,7 @@ set -x
autoreconf -i autoreconf -i
if [ "x$LIBUSB" = "xwindows" ]; then if [ "x$ARCH" != "x" ]; then
./configure ./configure
touch ChangeLog touch ChangeLog
make dist make dist