check for bool.
[swftools.git] / aclocal.m4
index cff87c7..eee4251 100644 (file)
@@ -56,7 +56,7 @@ int main (int argc, char*argv[])
 ], OK=OK,,CROSSCOMPILE=1)
 
 if test "x${OK}" = "xOK";then
-    test -e config.tmp2 || OK=
+    test -f config.tmp2 || OK=
 fi
 
 if test "x${CROSSCOMPILE}" = "x1";then
@@ -65,7 +65,8 @@ fi
 if test "x${OK}" = "xOK";then
 rm -f config.tmp2
 AC_MSG_RESULT(yes)
-export SYSTEM_BACKTICKS=1
+SYSTEM_BACKTICKS=1
+export SYSTEM_BACKTICKS
 AC_DEFINE_UNQUOTED(SYSTEM_BACKTICKS, 1)
 else
 AC_MSG_RESULT(no)