diff options
-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 |