pidgin/pidgin

Remove a couple more unused function checks.

2016-08-28, Elliott Sales de Andrade
23fba07389f6
Remove a couple more unused function checks.
--- a/config.h.mingw Sun Aug 28 23:32:11 2016 -0400
+++ b/config.h.mingw Sun Aug 28 23:51:35 2016 -0400
@@ -147,9 +147,6 @@
/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
-/* Define to 1 if you have the `lrand48' function. */
-/* #define HAVE_LRAND48 1 */
-
/* Define to 1 if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1
@@ -198,9 +195,6 @@
/* Define to 1 if you have the <prio.h> header file. */
/* #undef HAVE_PRIO_H */
-/* Define to 1 if you have the `random' function. */
-/* #define HAVE_RANDOM 1 */
-
/* Define to 1 if you have the <sgtty.h> header file. */
/* #define HAVE_SGTTY_H 1 */
--- a/configure.ac Sun Aug 28 23:32:11 2016 -0400
+++ b/configure.ac Sun Aug 28 23:51:35 2016 -0400
@@ -2087,8 +2087,7 @@
AC_MSG_CHECKING(for me pot o' gold)
AC_MSG_RESULT(no)
-AC_CHECK_FUNCS(gethostid lrand48 timegm)
-AC_CHECK_FUNCS(random)
+AC_CHECK_FUNCS(gethostid timegm)
AC_CHECK_HEADERS(paths.h sgtty.h sys/cdefs.h)
AC_CHECK_HEADERS(sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h)
AC_CHECK_HEADERS(sys/select.h sys/uio.h sys/wait.h)