diff options
author | Werner Koch <[email protected]> | 2008-04-23 17:23:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-23 17:23:04 +0000 |
commit | a7ced5d0b5e8c45510585f18cb83aba290ebfd20 (patch) | |
tree | 58c35b3d7676c5ceec1f3577d58743246808c36b /configure.ac | |
parent | W32 related keyserver fixes. (diff) | |
download | gnupg-a7ced5d0b5e8c45510585f18cb83aba290ebfd20.tar.gz gnupg-a7ced5d0b5e8c45510585f18cb83aba290ebfd20.zip |
Fixed a C-89 incompatibility.
Minor changes to make it build on Debian bo.
Thanks to Alain Guibert.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4ad65a668..ed7aa6869 100644 --- a/configure.ac +++ b/configure.ac @@ -992,6 +992,9 @@ AC_TYPE_MODE_T AC_TYPE_SIGNAL AC_DECL_SYS_SIGLIST +gl_HEADER_SYS_SOCKET +gl_TYPE_SOCKLEN_T + AC_ARG_ENABLE(endian-check, AC_HELP_STRING([--disable-endian-check], [disable the endian check and trust the OS provided macros]), |