From 75f9099c9e2c6cd359c7c1fcbc607ce55a52b04e Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Thu, 22 Jan 2009 11:19:37 -0500 Subject: [PATCH] bug 472165 - changes to configure.in needed so windows mobile tools don't need to be in PATH variable r=ted --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d9e51011fd8..5ef8673a7bc 100644 --- a/configure.in +++ b/configure.in @@ -1908,7 +1908,7 @@ case "$target" in AR_DELETE="$AR d" AR_FLAGS='-OUT:"$@"' - if test -z "$AS_BIN"; then + if test "$AS_BIN"; then AS="$AS_BIN" fi DSO_CFLAGS=