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.112 by sf-exg, Thu Jul 22 15:42:49 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
743AC_SUBST(PERLPRIVLIBEXP) 743AC_SUBST(PERLPRIVLIBEXP)
744AC_SUBST(PERL) 744AC_SUBST(PERL)
745AC_SUBST(IF_PERL) 745AC_SUBST(IF_PERL)
746AC_SUBST(PERL_O) 746AC_SUBST(PERL_O)
747 747
748AC_SUBST(CFLAGS)
749AC_SUBST(CPPFLAGS)
750AC_SUBST(LDFLAGS)
751AC_SUBST(X_CFLAGS)
752 748
753dnl# Attack the libs 749dnl# Attack the libs
754AC_SUBST(LIBS)
755AC_SUBST(X_LIBS)
756AC_SUBST(X_EXTRA_LIBS)
757 750
758AC_SUBST(AFTERIMAGE_CFLAGS) 751AC_SUBST(AFTERIMAGE_CFLAGS)
759AC_SUBST(AFTERIMAGE_LIBS) 752AC_SUBST(AFTERIMAGE_LIBS)
760 753
761AC_ARG_PROGRAM 754AC_ARG_PROGRAM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines