diff configure.ac @ 13225:b50a8da7a87d

[gaim-migrate @ 15589] AC_TRY_RUN tests need a fallback to cover the case of cross-compiling... committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 11 Feb 2006 17:15:18 +0000
parents 0ce20e0a1396
children 44a8d46ee3c1
line wrap: on
line diff
--- 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)
 ]
 )