# HG changeset patch # User jwe # Date 782591092 0 # Node ID 821148143e9d99b9df3c1ab9912c360060e10785 # Parent 44ce29d8cb7b72c985872bebfa1172520a7a28da [project @ 1994-10-19 18:24:52 by jwe] diff -r 44ce29d8cb7b -r 821148143e9d configure.in --- a/configure.in Wed Oct 19 18:19:16 1994 +0000 +++ b/configure.in Wed Oct 19 18:24:52 1994 +0000 @@ -21,7 +21,7 @@ dnl along with Octave; see the file COPYING. If not, write to the Free dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. dnl -AC_REVISION($Revision: 1.64 $)dnl +AC_REVISION($Revision: 1.65 $)dnl AC_PREREQ(1.122) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) @@ -642,7 +642,7 @@ AC_MSG_CHECKING([for struct exception in math.h]) AC_TRY_LINK([#include ], [struct exception *x; x->type; x->name;], - AC_MSG_RESULT(YES) + AC_MSG_RESULT(yes) AC_DEFINE(EXCEPTION_IN_MATH, 1), AC_MSG_RESULT(no))dnl dnl