changeset 835:821148143e9d

[project @ 1994-10-19 18:24:52 by jwe]
author jwe
date Wed, 19 Oct 1994 18:24:52 +0000
parents 44ce29d8cb7b
children 4ff94e765921
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <math.h>],
   [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