]> www.ginac.de Git - ginac.git/commit
configure: don't bother to run checks which can be done at the compile time.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sun, 7 Sep 2008 18:47:01 +0000 (22:47 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 6 Nov 2008 14:02:59 +0000 (17:02 +0300)
commit2df960dceaa7532eb6da16c5ce23d42f43e1cf5a
tree788979fe872128d4f65c5aa19440bd58bf5c5e66
parent208454aa4bd38d88d8bb324d634300466382335a
configure: don't bother to run checks which can be done at the compile time.

Don't check for sizeof of various types, this can be done at the compile time.
GCC optimizes away these checks, so the actual code is the same.
configure.ac
ginac/utils.h