diff 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
line wrap: on
line diff
--- a/configure.ac	Mon Jun 04 20:55:25 2012 -0400
+++ b/configure.ac	Tue Jun 05 07:39:46 2012 +0200
@@ -650,6 +650,7 @@
 
 OCTAVE_IEEE754_DATA_FORMAT
 
+OCTAVE_CXX_BITWISE_OP_TEMPLATES
 OCTAVE_CXX_COMPLEX_SETTERS
 OCTAVE_CXX_COMPLEX_REFERENCE_ACCESSORS