# HG changeset patch # User Richard Laager # Date 1139678118 0 # Node ID b50a8da7a87d6da27f73868691a847e2c8f865b0 # Parent 2f6c932e5742b3bbe6125c4247a0d0bb75a38f32 [gaim-migrate @ 15589] AC_TRY_RUN tests need a fallback to cover the case of cross-compiling... committer: Tailor Script diff -r 2f6c932e5742 -r b50a8da7a87d configure.ac --- a/configure.ac Sat Feb 11 07:51:04 2006 +0000 +++ b/configure.ac Sat Feb 11 17:15:18 2006 +0000 @@ -143,6 +143,11 @@ ], [ AC_MSG_RESULT(no) +], +[ + # Fallback for Cross Compiling... + # This will enable the compatibility code. + AC_MSG_RESULT(no) ] )