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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.25 by pcg, Mon Mar 29 21:02:11 2004 UTC vs.
Revision 1.26 by pcg, Mon Apr 5 15:54:23 2004 UTC

50AC_LANG(C++) 50AC_LANG(C++)
51 51
52dnl# system hacks 52dnl# system hacks
53AC_AIX 53AC_AIX
54AC_ISC_POSIX 54AC_ISC_POSIX
55
56dnl# FreeBSD needs to link libxpg4
57AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
58
59dnl solaris needs to link libnsl and socket
60AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])
61AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])
55 62
56AC_ENABLE_SHARED(no)dnl# libtool 63AC_ENABLE_SHARED(no)dnl# libtool
57AC_ENABLE_STATIC(yes)dnl# libtool 64AC_ENABLE_STATIC(yes)dnl# libtool
58AC_PROG_LIBTOOL()dnl# libtool 65AC_PROG_LIBTOOL()dnl# libtool
59 66
1152fi 1159fi
1153if test x$pch2 != x; then 1160if test x$pch2 != x; then
1154 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX) 1161 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX)
1155fi 1162fi
1156 1163
1157dnl# FreeBSD needs to link libxpg4
1158AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
1159
1160dnl# -------------------------------------------------------------------------- 1164dnl# --------------------------------------------------------------------------
1161dnl# now add and remove other stuff 1165dnl# now add and remove other stuff
1162dnl# -------------------------------------------------------------------------- 1166dnl# --------------------------------------------------------------------------
1163if test x$support_tinting = xyes; then 1167if test x$support_tinting = xyes; then
1164 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 1168 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines