summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-23 22:55:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-23 22:55:46 +0000
commit3752b3aead68111c8cf2008e34a7f2a278a33e55 (patch)
tree164d864e924290e2b9968d42a0279990814bbc15 /configure.ac
parentb81d41df222a150d1787392c09921524f018c6bd (diff)
downloadcurl-3752b3aead68111c8cf2008e34a7f2a278a33e55.tar.gz
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?)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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