diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-23 22:55:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-23 22:55:46 +0000 |
commit | 3752b3aead68111c8cf2008e34a7f2a278a33e55 (patch) | |
tree | 164d864e924290e2b9968d42a0279990814bbc15 | |
parent | b81d41df222a150d1787392c09921524f018c6bd (diff) |
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?)
-rw-r--r-- | configure.ac | 3 |
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 |