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.64 by root, Mon Jan 9 23:00:07 2006 UTC

1272dnl# -------------------------------------------------------------------------- 1272dnl# --------------------------------------------------------------------------
1273dnl# now add and remove other stuff 1273dnl# now add and remove other stuff
1274dnl# -------------------------------------------------------------------------- 1274dnl# --------------------------------------------------------------------------
1275if test x$support_xft = xyes; then 1275if test x$support_xft = xyes; then
1276 LIBS="$LIBS `pkg-config xft --libs`" 1276 LIBS="$LIBS `pkg-config xft --libs`"
1277 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
1278 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 1277 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
1279 1278
1280 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no]) 1279 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no])
1281 AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no]) 1280 AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no])
1282 1281
1426AC_SUBST(PERLFLAGS) 1425AC_SUBST(PERLFLAGS)
1427AC_SUBST(PERLPRIVLIBEXP) 1426AC_SUBST(PERLPRIVLIBEXP)
1428AC_SUBST(PERL) 1427AC_SUBST(PERL)
1429AC_SUBST(IF_PERL) 1428AC_SUBST(IF_PERL)
1430AC_SUBST(PERL_O) 1429AC_SUBST(PERL_O)
1430
1431if text x$support_perl = xyes; then
1432 support_frills=yes
1433fi
1431 1434
1432dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket) 1435dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket)
1433 1436
1434CFLAGS=${CFLAGS--O} 1437CFLAGS=${CFLAGS--O}
1435LDFLAGS=${LDFLAGS--O} 1438LDFLAGS=${LDFLAGS--O}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines