libosmocore: add missing AC_LANG_SOURCE for current autoconf
authorAlexander Huemer <alexander.huemer@xx.vu>
Tue, 24 May 2011 13:16:13 +0000 (15:16 +0200)
committerHarald Welte <laforge@gnumonks.org>
Tue, 24 May 2011 15:19:35 +0000 (17:19 +0200)
commit3d79f53284a300f15b4fc8356266dc23ae4ddce3
tree7b7bb030428ba920bfd25e397d7441c139bff8b9
parentb5503136fa234690d5493b19a8aee3a4ef74190d
libosmocore: add missing AC_LANG_SOURCE for current autoconf

autoconf >=2.68 demands the body of an AC_COMPILE_IFELSE to be wrapped in
an AC_LANG_SOURCE macro, otherwise outputs annoying warnings on the
invocation of `autoreconf -i`. this patch follows that demand.
configure.in