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.63 by root, Thu Jul 26 11:57:18 2007 UTC

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