Mercurial > hg > octave-lyh
comparison configure.in @ 8169:66bc6f9b4f72
rewrite integer arithmetics and conversions
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 01 Oct 2008 11:05:13 -0400 |
parents | 0ef13e15319b |
children | 69c5cce38c29 |
comparison
equal
deleted
inserted
replaced
8168:dadf478ddc42 | 8169:66bc6f9b4f72 |
---|---|
1372 | 1372 |
1373 ### See if we can auto allocate variable sized arrays. | 1373 ### See if we can auto allocate variable sized arrays. |
1374 | 1374 |
1375 OCTAVE_DYNAMIC_AUTO_ARRAYS | 1375 OCTAVE_DYNAMIC_AUTO_ARRAYS |
1376 | 1376 |
1377 ### See if we can use fast integer arithmetics | |
1378 | |
1379 OCTAVE_FAST_INT_OPS | |
1380 | |
1377 ### Checks for header files. | 1381 ### Checks for header files. |
1378 | 1382 |
1379 AC_HEADER_STDC | 1383 AC_HEADER_STDC |
1380 AC_HEADER_DIRENT | 1384 AC_HEADER_DIRENT |
1381 AC_HEADER_TIME | 1385 AC_HEADER_TIME |