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.90 by ayin, Mon Dec 10 23:41:15 2007 UTC vs.
Revision 1.91 by ayin, Mon Dec 10 23:49:38 2007 UTC

74case $host in 74case $host in
75 *-*-solaris* ) 75 *-*-solaris* )
76 AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris) 76 AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris)
77 ;; 77 ;;
78esac 78esac
79
80dnl if test x$GXX = xyes; then
81dnl CXXFLAGS="$CXXFLAGS" dnl I once had -fno-exceptions, but I am using them now...
82dnl fi
83 79
84dnl# FreeBSD needs to link libxpg4 80dnl# FreeBSD needs to link libxpg4
85AC_CHECK_FUNC(setlocale, [], [AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])]) 81AC_CHECK_FUNC(setlocale, [], [AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])])
86 82
87dnl# solaris needs to link libnsl and socket 83dnl# solaris needs to link libnsl and socket

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines