From: Karl Heuer Date: Mon, 22 May 1995 22:28:55 +0000 (+0000) Subject: pass arg to sqrt. X-Git-Tag: emacs-19.34~3982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55e1c92a9996a544609ff639aa135f99c3c8f986;p=emacs.git pass arg to sqrt. --- diff --git a/configure.in b/configure.in index bdad8607d93..69f3cea0e4b 100644 --- a/configure.in +++ b/configure.in @@ -1158,7 +1158,7 @@ AC_FUNC_ALLOCA # fmod, logb, and frexp are found in -lm on most systems. # On HPUX 9.01, -lm does not contain logb, so check for sqrt. -AC_CHECK_LIB(m, sqrt) +AC_CHECK_LIB(m, sqrt(0.0) + t) AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ strerror fpathconf select mktime eaccess getpagesize)