From 2f683987f58791dbde7f15dadd5b7b205ba4d49c Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 11 Mar 2005 21:49:59 +0100 Subject: [PATCH] message cosmetics --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 781ba7f..3531cfa 100644 --- a/configure.in +++ b/configure.in @@ -45,7 +45,7 @@ dnl --------------------------------------------------------------------------- # we need sqrt and pow, but checking for sqrt should be sufficient AC_CHECK_FUNC([sqrt],,[ AC_CHECK_LIB([m],[sqrt],[MATHLIBS="-lm"],AC_MSG_ERROR([ -*** Couldn't find sqrt +*** Could not find sqrt() function ]))]) AC_SUBST(MATHLIBS) -- 2.7.4