From 3752b3aead68111c8cf2008e34a7f2a278a33e55 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 23 May 2006 22:55:46 +0000 Subject: [PATCH] Fixed a shell script syntax error that all of a sudden started causing this script to fail on debian unstable (some specific bash version perhaps?) --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 07861263c..5e337fd90 100644 --- a/configure.ac +++ b/configure.ac @@ -1412,7 +1412,8 @@ if test x$cross_compiling != xyes; then AC_MSG_RESULT(no) , dnl not invoked when crosscompiling) - ]) + echo "hej" + ) fi else dnl and for crosscompilings