diff configure.in @ 4153:6b96ce9f5743

[project @ 2002-11-06 20:38:49 by jwe]
author jwe
date Wed, 06 Nov 2002 20:38:50 +0000
parents b38835ea3c6e
children ce74e9fa296b
line wrap: on
line diff
--- a/configure.in	Wed Nov 06 18:41:50 2002 +0000
+++ b/configure.in	Wed Nov 06 20:38:50 2002 +0000
@@ -22,7 +22,7 @@
 ### 02111-1307, USA. 
 
 AC_INIT
-AC_REVISION($Revision: 1.384 $)
+AC_REVISION($Revision: 1.385 $)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -1308,6 +1308,8 @@
 #if defined (__WIN32__) && ! defined (__CYGWIN__)
 #define OCTAVE_USE_WINDOWS_API 1
 #endif
+
+#define USE_EXCEPTIONS_FOR_INTERRUPTS 1
 ])
 
 ### Do the substitutions in all the Makefiles.