configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 31 Oct 2008 18:39:37 +0000 (18:39 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 31 Oct 2008 18:39:37 +0000 (18:39 +0000)
commit89b5a74b8677e0b58fea51941c7935a90ce8e987
tree03d00e5c3d8281ac9f8751c8a2cdfa638d223511
parenta1ed30d406a02035b20a3deb2ddd1f67d811f726
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
configure.ac