pidgin: 38218839: rekkanoryo pointed out that this error m...

qulogic at pidgin.im qulogic at pidgin.im
Thu Dec 22 21:25:46 EST 2011


----------------------------------------------------------------------
Revision: 382188391af2bb6bf77ff59357f2170c8994d118
Parent:   d2bd7113cc8d907c6e79a25e829de581ea302814
Author:   qulogic at pidgin.im
Date:     12/22/11 21:13:20
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/382188391af2bb6bf77ff59357f2170c8994d118

Changelog: 

rekkanoryo pointed out that this error message is for a different
function than is actually tested. Also, make a note that Windows
does not use libm.

Changes against parent d2bd7113cc8d907c6e79a25e829de581ea302814

  patched  configure.ac

-------------- next part --------------
============================================================
--- configure.ac	e1acf49652946cd263982f3a2b643a4047b54cd0
+++ configure.ac	e4c8977b7fe74a94525880f574890f3251e5a235
@@ -202,10 +202,10 @@ AC_CHECK_FUNC(dlopen, LIBDL="", [AC_CHEC
 dnl FreeBSD doesn't have libdl, dlopen is provided by libc
 AC_CHECK_FUNC(dlopen, LIBDL="", [AC_CHECK_LIB(dl, dlopen, LIBDL="-ldl")])
 
-dnl Haiku does not use libm for the math functions, they are part
+dnl Windows and Haiku do not use libm for the math functions, they are part
 dnl of the C library
 AC_SEARCH_LIBS([ceil], [m], [], [
-  AC_MSG_ERROR([unable to find the floor() function])
+  AC_MSG_ERROR([unable to find the ceil() function])
 ])
 
 AC_MSG_CHECKING(for fileno())


More information about the Commits mailing list