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.62 by sasha, Wed Jul 25 22:41:45 2007 UTC vs.
Revision 1.64 by ayin, Thu Jul 26 17:41:46 2007 UTC

477 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 477 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
478 AFTERIMAGE_LIBS=`$afterimage_config --libs` 478 AFTERIMAGE_LIBS=`$afterimage_config --libs`
479 if test "x$AFTERIMAGE_LIBS" != "x"; then 479 if test "x$AFTERIMAGE_LIBS" != "x"; then
480 libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'` 480 libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'`
481 libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'` 481 libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'`
482 if test "$libai_ver_major -gt 1 -o ($libai_ver_major -eq 1 -a $libai_ver_minor -ge 15)"; then 482 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
483 support_afterimage=yes; 483 support_afterimage=yes;
484 fi 484 fi
485 fi 485 fi
486 fi 486 fi
487 487
884 PERL_O=rxvtperl.o 884 PERL_O=rxvtperl.o
885 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 885 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
886 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 886 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
887 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 887 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
888 else 888 else
889 AC_MSG_RESULT([no, unable to link]) 889 AC_MSG_ERROR([no, unable to link])
890 rxvt_perl_link=no
891 fi 890 fi
892 else 891 else
893 AC_MSG_RESULT([no working perl found, or perl not version >= 5.8]) 892 AC_MSG_ERROR([no working perl found, or perl not version >= 5.8])
894 support_perl=no
895 fi 893 fi
896fi 894fi
897AC_SUBST(PERLLIB) 895AC_SUBST(PERLLIB)
898AC_SUBST(PERLFLAGS) 896AC_SUBST(PERLFLAGS)
899AC_SUBST(PERLPRIVLIBEXP) 897AC_SUBST(PERLPRIVLIBEXP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines