diff configure.ac @ 23662:bd77ab816e43

eliminate obsolete file lo-math.h * lo-math.h: Delete. * liboctave/util/module.mk: Update. * configure.ac: Delete check for obsolete file sunmath.h. * mk-opts.pl: Emit #include <cmath>, not #include "lo-math.h". Change all uses to include <cmath> instead of "lo-math.h".
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jun 2017 18:26:15 -0400
parents 21b2816820cf
children 9da88b901984
line wrap: on
line diff
--- a/configure.ac	Tue Jun 20 14:13:58 2017 -0400
+++ b/configure.ac	Tue Jun 20 18:26:15 2017 -0400
@@ -2280,7 +2280,7 @@
 dnl Use multiple AC_CHECKs to avoid line continuations '\' in list
 AC_CHECK_HEADERS([curses.h direct.h dlfcn.h floatingpoint.h fpu_control.h])
 AC_CHECK_HEADERS([grp.h ieeefp.h inttypes.h locale.h memory.h ncurses.h])
-AC_CHECK_HEADERS([poll.h pthread.h pwd.h sunmath.h sys/ioctl.h])
+AC_CHECK_HEADERS([poll.h pthread.h pwd.h sys/ioctl.h])
 AC_CHECK_HEADERS([sys/param.h sys/poll.h sys/resource.h])
 AC_CHECK_HEADERS([sys/select.h sys/stropts.h termcap.h])