]> www.ginac.de Git - ginac.git/commit
[build] configure: don't abuse AC_CHECK_FILE. Unbreaks the cross-compilation.
authorAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Mon, 23 May 2011 21:37:09 +0000 (00:37 +0300)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Mon, 23 May 2011 21:37:09 +0000 (00:37 +0300)
commit47a0c68f3e0c4af0ee22b3ca4fe0e5df66aa69db
tree4b463086591fb8611567541443947c5571724913
parente29b2b7b7804e98d5707b00bb124e0e01ec6409a
[build] configure: don't abuse AC_CHECK_FILE. Unbreaks the cross-compilation.

Checking for ginsh_parser.h in configure is not a good idea, since it
1) produces a bogus warning during an out of source build,
2) breaks cross-compilation.

Solution: just skip that bogus check (auto* tools do a similar check in
the run-time *for a reason*).
configure.ac