]> 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>
Tue, 9 Sep 2008 10:17:08 +0000 (14:17 +0400)
commita3009dfc5402f6253e9219201f48d972dd46984b
tree09b4d029825daa6ed13175a70747db0f1fe01393
parent4a9f6c276daf54acbb2f5951f0435bfb6f014809
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