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.62 by root, Wed Jan 4 05:12:04 2006 UTC vs.
Revision 1.65 by root, Tue Jan 10 18:09:22 2006 UTC

562 sys/time.h \ 562 sys/time.h \
563 utmp.h \ 563 utmp.h \
564 utmpx.h \ 564 utmpx.h \
565 stdint.h \ 565 stdint.h \
566 pty.h \ 566 pty.h \
567 util.h \
568 libutil.h \
567 wchar.h \ 569 wchar.h \
568 cwchar \ 570 cwchar \
569 clocale \ 571 clocale \
570) 572)
571 573
1272dnl# -------------------------------------------------------------------------- 1274dnl# --------------------------------------------------------------------------
1273dnl# now add and remove other stuff 1275dnl# now add and remove other stuff
1274dnl# -------------------------------------------------------------------------- 1276dnl# --------------------------------------------------------------------------
1275if test x$support_xft = xyes; then 1277if test x$support_xft = xyes; then
1276 LIBS="$LIBS `pkg-config xft --libs`" 1278 LIBS="$LIBS `pkg-config xft --libs`"
1277 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
1278 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 1279 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
1279 1280
1280 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no]) 1281 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no])
1281 AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no]) 1282 AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no])
1282 1283
1426AC_SUBST(PERLFLAGS) 1427AC_SUBST(PERLFLAGS)
1427AC_SUBST(PERLPRIVLIBEXP) 1428AC_SUBST(PERLPRIVLIBEXP)
1428AC_SUBST(PERL) 1429AC_SUBST(PERL)
1429AC_SUBST(IF_PERL) 1430AC_SUBST(IF_PERL)
1430AC_SUBST(PERL_O) 1431AC_SUBST(PERL_O)
1432
1433if text x$support_perl = xyes; then
1434 support_frills=yes
1435fi
1431 1436
1432dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket) 1437dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket)
1433 1438
1434CFLAGS=${CFLAGS--O} 1439CFLAGS=${CFLAGS--O}
1435LDFLAGS=${LDFLAGS--O} 1440LDFLAGS=${LDFLAGS--O}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines