# HG changeset patch # User jwe # Date 822076702 0 # Node ID fdb963e9effff204d3fe1d7a72975a39a36f7e02 # Parent fc59af7ea5364de17a09b52e3a153c6a94e83822 [project @ 1996-01-19 18:38:22 by jwe] diff --git a/configure.in b/configure.in --- 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