From bb835afa906ab6b133310b7ae4d2b9c7b7baff1c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 13 Jan 2009 10:38:16 +0000 Subject: [PATCH] fixing cross-compilation --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 45dc82936..52f597c40 100644 --- a/configure.in +++ b/configure.in @@ -722,6 +722,7 @@ AC_TRY_RUN( } ], [AC_MSG_RESULT([yes]); AC_DEFINE(HAVE_GCC_ATOMIC_OPERATIONS)], +[AC_MSG_RESULT([no])], [AC_MSG_RESULT([no])]) if test x$gmp = xtrue; then