[balsa] Build: Do not check for getaddrinfo



commit 0b77b02e4ae0b30735b9070f48f729410c004add
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Feb 2 10:08:00 2020 -0500

    Build: Do not check for getaddrinfo
    
    * .gitignore: don't ignore config.h.in;
    * configure.ac: do not check for getaddrinfo;
    * meson.build: ditto.

 .gitignore   | 1 -
 ChangeLog    | 8 ++++++++
 configure.ac | 6 ------
 meson.build  | 8 --------
 4 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c3811ee8..482e85daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,6 @@ balsa.spec
 compile
 config.guess
 config.h
-config.h.in
 config.log
 config.status
 config.sub
diff --git a/ChangeLog b/ChangeLog
index 8079b3c47..bff31af0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-02-02  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       Build: Do not check for getaddrinfo
+
+       * .gitignore: don't ignore config.h.in;
+       * configure.ac: do not check for getaddrinfo;
+       * meson.build: ditto.
+
 2020-02-02  Peter Bloomfield  <pbloomfield bellsouth net>
 
        Add a file that's needed in the autotools build to the repository
diff --git a/configure.ac b/configure.ac
index 1d0cb3f4e..421432dcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -613,12 +613,6 @@ fi
 AC_MSG_CHECKING([for GIT information])
 AC_MSG_RESULT($BALSA_FROM_GIT)
 
-dnl #####################################################################
-dnl 7. extra functions.
-dnl #####################################################################
-AC_CHECK_FUNCS(getaddrinfo)
-
-
 dnl ###########################################################################
 dnl Remember our prefixes
 dnl ###########################################################################
diff --git a/meson.build b/meson.build
index 2ab92ff10..4161e80f6 100644
--- a/meson.build
+++ b/meson.build
@@ -478,14 +478,6 @@ if balsa_from_git
   add_global_arguments(args, language : 'c')
 endif # balsa_from_git
 
-#####################################################################
-# Extra functions.
-#####################################################################
-
-conf.set('HAVE_GETADDRINFO',
-  compiler.has_function('getaddrinfo') ? 1 : 0,
-  description : 'Define to 1 if you have the ‘getaddrinfo’ function.')
-
 ###########################################################################
 # Remember our prefixes
 ###########################################################################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]