Mercurial > hg > octave-nkf
comparison configure.ac @ 14725:fa48fd0f160f
Add configure check for templated bitwise operators.
* m4/acinclude.m4 (OCTAVE_CXX_BITWISE_OP_TEMPLATES): New macro.
* configure.ac: Use it.
* src/bitfcns.cc: Define bit_and, bit_or and bit_xor if missing.
author | Carlo de Falco <cdf@users.sourceforge.net> |
---|---|
date | Tue, 05 Jun 2012 07:39:46 +0200 |
parents | 52c5fb67fa5f |
children | 0eb1b1eb2c76 d4bbe0ef7db5 |
comparison
equal
deleted
inserted
replaced
14724:395d238418a7 | 14725:fa48fd0f160f |
---|---|
648 AC_SUBST(F77_FLOAT_STORE_FLAG) | 648 AC_SUBST(F77_FLOAT_STORE_FLAG) |
649 ]) | 649 ]) |
650 | 650 |
651 OCTAVE_IEEE754_DATA_FORMAT | 651 OCTAVE_IEEE754_DATA_FORMAT |
652 | 652 |
653 OCTAVE_CXX_BITWISE_OP_TEMPLATES | |
653 OCTAVE_CXX_COMPLEX_SETTERS | 654 OCTAVE_CXX_COMPLEX_SETTERS |
654 OCTAVE_CXX_COMPLEX_REFERENCE_ACCESSORS | 655 OCTAVE_CXX_COMPLEX_REFERENCE_ACCESSORS |
655 | 656 |
656 ### Check for the QHull library | 657 ### Check for the QHull library |
657 | 658 |