Mercurial > hg > octave-nkf
diff configure.in @ 2050:038b9f6bb1dc
[project @ 1996-03-29 22:31:20 by jwe]
author | jwe |
---|---|
date | Fri, 29 Mar 1996 22:31:20 +0000 |
parents | 70dedaeb25b9 |
children | 59754656026f |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.183 $) +AC_REVISION($Revision: 1.184 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -755,7 +755,7 @@ ### are often available. If they are missing, we try to replace them ### with functions from the BSD/NET2 math library. -AC_CHECK_LIB(sunmath, quiet_nan) +AC_CHECK_LIB(sunmath, quiet_nan, , , -lm) dnl This is bogus. We shouldn't have to explicitly add libc too!