[poppler] configure.ac

Pino Toscano pino at kemper.freedesktop.org
Thu Apr 21 06:30:57 UTC 2016


 configure.ac |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 6eafb6570765605108cf3525f78b10223439ee1d
Author: Pino Toscano <pino at kde.org>
Date:   Thu Apr 21 08:30:25 2016 +0200

    configure: remove unused check for gethostbyname

diff --git a/configure.ac b/configure.ac
index 57639ad..5c2f015 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,11 +181,6 @@ AC_CHECK_FUNC(gmtime_r, AC_DEFINE(HAVE_GMTIME_R, 1, [Defines if gmtime_r is avai
 AC_CHECK_FUNC(rand_r, AC_DEFINE(HAVE_RAND_R, 1, [Defines if rand_r is available on your system]))
 
 dnl ##### Check for extra libraries needed by X.  (LynxOS needs this.)
-AC_CHECK_FUNC(gethostbyname)
-if test $ac_cv_func_gethostbyname = no; then
-  AC_CHECK_LIB(bsd, gethostbyname, X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd")
-fi
-
 AC_CHECK_FUNC(nanosleep,,)
 dnl try in librt if not found in current LIBS
 if test x$ac_cv_func_nanosleep = xno


More information about the poppler mailing list