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.20 by root, Sun Jan 22 04:09:17 2006 UTC vs.
Revision 1.22 by ayin, Sun Jan 22 17:00:42 2006 UTC

713 setutent \ 713 setutent \
714 seteuid \ 714 seteuid \
715 setresuid \ 715 setresuid \
716 setreuid \ 716 setreuid \
717 on_exit \ 717 on_exit \
718 nanosleep \
719) 718)
720 719
721UTMP_CHECK 720UTMP_CHECK
722 721
723dnl# -------------------------------------------------------------------------- 722dnl# --------------------------------------------------------------------------
806dnl# -------------------------------------------------------------------------- 805dnl# --------------------------------------------------------------------------
807dnl# now add and remove other stuff 806dnl# now add and remove other stuff
808dnl# -------------------------------------------------------------------------- 807dnl# --------------------------------------------------------------------------
809if test x$support_xft = xyes; then 808if test x$support_xft = xyes; then
810 AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 809 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
811 AC_PATH_PROG(XFT_CONFIG, xft-config, no)
812 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 810 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
813 LIBS="$LIBS `$PKG_CONFIG xft --libs`" 811 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
814 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 812 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
815 else 813 else
814 AC_PATH_PROG(XFT_CONFIG, xft-config, no)
816 if test $XFT_CONFIG != no; then 815 if test $XFT_CONFIG != no; then
817 LIBS="$LIBS `$XFT_CONFIG --libs`" 816 LIBS="$LIBS `$XFT_CONFIG --libs`"
818 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 817 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
819 fi 818 fi
820 fi 819 fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines