summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2016-08-28 23:51:35 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2016-08-28 23:51:35 -0400
commitf6da1d303560bf19267899eb59fcded4f4ccaccb (patch)
tree69614bee4210cd2378ec8ffe4c401212010d335b
parentd443c6528980d9f15066c85075ca47e574b4c4b4 (diff)
downloadpidgin-f6da1d303560bf19267899eb59fcded4f4ccaccb.tar.gz
Remove a couple more unused function checks.
-rw-r--r--config.h.mingw6
-rw-r--r--configure.ac3
2 files changed, 1 insertions, 8 deletions
diff --git a/config.h.mingw b/config.h.mingw
index 62752dbf84..1b739e3db5 100644
--- a/config.h.mingw
+++ b/config.h.mingw
@@ -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 */
diff --git a/configure.ac b/configure.ac
index 43f57302cd..89a96a4c7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2087,8 +2087,7 @@ fi
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)