Remove a couple more unused function checks.

Sun, 28 Aug 2016 23:51:35 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 28 Aug 2016 23:51:35 -0400
changeset 38050
23fba07389f6
parent 38049
fc2035c409e4
child 38051
2bb56551e37e
child 38466
2e599664d507

Remove a couple more unused function checks.

config.h.mingw file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- 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)

mercurial