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.21 by ayin, Sun Jan 22 10:08:35 2006 UTC vs.
Revision 1.22 by ayin, Sun Jan 22 17:00:42 2006 UTC

805dnl# -------------------------------------------------------------------------- 805dnl# --------------------------------------------------------------------------
806dnl# now add and remove other stuff 806dnl# now add and remove other stuff
807dnl# -------------------------------------------------------------------------- 807dnl# --------------------------------------------------------------------------
808if test x$support_xft = xyes; then 808if test x$support_xft = xyes; then
809 AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 809 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
810 AC_PATH_PROG(XFT_CONFIG, xft-config, no)
811 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 810 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
812 LIBS="$LIBS `$PKG_CONFIG xft --libs`" 811 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
813 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 812 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
814 else 813 else
814 AC_PATH_PROG(XFT_CONFIG, xft-config, no)
815 if test $XFT_CONFIG != no; then 815 if test $XFT_CONFIG != no; then
816 LIBS="$LIBS `$XFT_CONFIG --libs`" 816 LIBS="$LIBS `$XFT_CONFIG --libs`"
817 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 817 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
818 fi 818 fi
819 fi 819 fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines