emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk build failure on Solaris 2.6


From: Chong Yidong
Subject: Re: trunk build failure on Solaris 2.6
Date: Thu, 18 Oct 2007 23:12:44 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Does compilation complete with this patch applied?

*** trunk/configure~    2007-10-18 22:58:26.000000000 -0400
--- trunk/configure     2007-10-18 23:11:38.000000000 -0400
***************
*** 20236,20241 ****
--- 20236,20242 ----
  
  # Do we need libresolv (due to res_init or Hesiod)?
  if test "$resolv" = yes ; then
+   LIBS="$LIBS -lresolv"
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_LIBRESOLV 1
*** trunk/configure.in.~1.477.~ 2007-10-17 11:49:43.000000000 -0400
--- trunk/configure.in  2007-10-18 23:08:44.000000000 -0400
***************
*** 2818,2823 ****
--- 2818,2824 ----
  
  # Do we need libresolv (due to res_init or Hesiod)?
  if test "$resolv" = yes ; then
+   LIBS="$LIBS -lresolv"
    AC_DEFINE(HAVE_LIBRESOLV, 1,
              [Define to 1 if you have the resolv library (-lresolv).])
  fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]