From 016c809cabf84058a415d70cb1a55585e5e8c6b4 Mon Sep 17 00:00:00 2001 From: sebc Date: Mon, 10 Dec 2001 01:21:17 +0000 Subject: [PATCH] [project @ 2001-12-10 01:21:17 by sebc] MacOS X 10.1 now has a libm --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 565e19b..4e3ff09 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.88 2001/12/05 17:21:43 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.89 2001/12/10 01:21:17 sebc Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -1039,7 +1039,7 @@ AC_DEFUN(FPTOOLS_CHECK_LIBM, [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case "$host" in -*-*-beos* | *-*-macosx*) +*-*-beos*) # These system don't have libm ;; *-ncr-sysv4.3*) -- 1.7.10.4