From 89b5a74b8677e0b58fea51941c7935a90ce8e987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 31 Oct 2008 18:39:37 +0000 Subject: configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking is what is interesting, not that ... Original commit message from CVS: * configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking is what is interesting, not that it actually runs. Fixes cross-compilation and fixes bug #558639. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6eb7d259..04a9e644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-31 Sebastian Dröge + + * configure.ac: + Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking + is what is interesting, not that it actually runs. + Fixes cross-compilation and fixes bug #558639. + 2008-10-30 Michael Smith * sys/qtwrapper/audiodecoders.c: -- cgit v1.2.1