ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.110 by sf-exg, Thu Apr 1 08:10:21 2010 UTC vs.
Revision 1.111 by sf-exg, Fri Jul 16 17:49:56 2010 UTC

74 AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris) 74 AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris)
75 ;; 75 ;;
76esac 76esac
77 77
78dnl# FreeBSD needs to link libxpg4 78dnl# FreeBSD needs to link libxpg4
79AC_CHECK_FUNC(setlocale, [], [AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])]) 79AC_SEARCH_LIBS(setlocale, xpg4)
80 80
81dnl# solaris needs to link libnsl and socket 81dnl# solaris needs to link libnsl and socket
82AC_CHECK_FUNC(gethostbyname, [], [AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])]) 82AC_SEARCH_LIBS(gethostbyname, nsl)
83AC_CHECK_FUNC(socket, [], [AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])]) 83AC_SEARCH_LIBS(socket, socket)
84 84
85support_frills=yes 85support_frills=yes
86support_inheritpixmap=yes 86support_inheritpixmap=yes
87support_fading=yes 87support_fading=yes
88support_keepscrolling=yes 88support_keepscrolling=yes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines