Mercurial > hg > octave-jordi
diff configure.in @ 468:c35a1ee8d272
[project @ 1994-06-06 01:13:08 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 01:14:25 +0000 |
parents | 4eb46050dba3 |
children | f264c1454c2b |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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.31 $)dnl +AC_REVISION($Revision: 1.32 $)dnl AC_PREREQ(1.8)dnl AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -408,6 +408,8 @@ AC_DEFINE(HAVE_[$trfunc], 1), []))dnl done dnl +AC_HAVE_FUNCS(infinity quiet_nan)dnl +dnl CFLAGS="$XCFLAGS" dnl dnl Check for nonstandard but common trig functions that we need.