changeset 1752:fdb963e9efff

[project @ 1996-01-19 18:38:22 by jwe]
author jwe
date Fri, 19 Jan 1996 18:38:22 +0000
parents fc59af7ea536
children bfc349f6ad31
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Jan 13 09:37:31 1996 +0000
+++ b/configure.in	Fri Jan 19 18:38:22 1996 +0000
@@ -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