Mercurial > hg > octave-nkf
diff configure.in @ 1752:fdb963e9efff
[project @ 1996-01-19 18:38:22 by jwe]
author | jwe |
---|---|
date | Fri, 19 Jan 1996 18:38:22 +0000 |
parents | a00118041518 |
children | bfc349f6ad31 |
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.152 $) +AC_REVISION($Revision: 1.153 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -510,7 +510,7 @@ elif $have_f2c; then AC_DEFINE(F77_APPEND_UNDERSCORE, 1) AC_MSG_RESULT([defining F77_APPEND_UNDERSCORE to be 1]) - AC_CHECK_LIB(f2c, main, FLIBS=-lf2c, []) + AC_CHECK_LIB(f2c, main, FLIBS=-lf2c, [], -lm) if test -z "$FLIBS"; then AC_CHECK_LIB(F77, main, FLIBS=-lF77, []) if test -n "$FLIBS"; then