# HG changeset patch # User jwe # Date 828138680 0 # Node ID 038b9f6bb1dc44a23df28f0d6ddaa19a75fe93ad # Parent 468a96dd03fc7ffc492e353abd7a20547c2f611e [project @ 1996-03-29 22:31:20 by jwe] diff -r 468a96dd03fc -r 038b9f6bb1dc configure.in --- a/configure.in Fri Mar 29 20:09:50 1996 +0000 +++ b/configure.in Fri Mar 29 22:31:20 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.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!