mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* configure.ac: Check for getaddrinfo. Don't bother to check for EGD libs
since we need to have the netlibs regardless because of the agent socket.
This commit is contained in:
parent
68c898372b
commit
cce2bf2dfa
@ -1,3 +1,9 @@
|
|||||||
|
2003-08-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Check for getaddrinfo. Don't bother to check for
|
||||||
|
EGD libs since we need to have the netlibs regardless because of
|
||||||
|
the agent socket.
|
||||||
|
|
||||||
2003-07-10 David Shaw <dshaw@jabberwocky.com>
|
2003-07-10 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: configure.ac: Check for sigset_t and struct
|
* configure.ac: configure.ac: Check for sigset_t and struct
|
||||||
|
@ -732,7 +732,7 @@ AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap)
|
|||||||
AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times)
|
AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times)
|
||||||
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
||||||
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
||||||
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat)
|
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo)
|
||||||
AC_REPLACE_FUNCS(mkdtemp)
|
AC_REPLACE_FUNCS(mkdtemp)
|
||||||
AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
|
AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>])
|
||||||
|
|
||||||
@ -891,8 +891,6 @@ for rndmod in $random_modules "" ; do
|
|||||||
rndegd)
|
rndegd)
|
||||||
AC_DEFINE(USE_RNDEGD,1,
|
AC_DEFINE(USE_RNDEGD,1,
|
||||||
[Defined if the EGD based RNG should be used.])
|
[Defined if the EGD based RNG should be used.])
|
||||||
EGDLIBS=$NETLIBS
|
|
||||||
AC_SUBST(EGDLIBS)
|
|
||||||
;;
|
;;
|
||||||
rndw32)
|
rndw32)
|
||||||
AC_DEFINE(USE_RNDW32,1,
|
AC_DEFINE(USE_RNDW32,1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user