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.37 by ayin, Mon May 7 13:42:23 2007 UTC vs.
Revision 1.38 by ayin, Mon May 7 13:43:39 2007 UTC

893AC_SUBST(PERLPRIVLIBEXP) 893AC_SUBST(PERLPRIVLIBEXP)
894AC_SUBST(PERL) 894AC_SUBST(PERL)
895AC_SUBST(IF_PERL) 895AC_SUBST(IF_PERL)
896AC_SUBST(PERL_O) 896AC_SUBST(PERL_O)
897 897
898 AC_TRY_LINK([
899#include <EXTERN.h>
900#include <perl.h>
901#include <XSUB.h>
902],[
903 PerlInterpreter *perl = perl_alloc ();
904],[rxvt_perl_link=yes],[rxvt_perl_link=no])
905if test x$support_perl = xyes; then 898if test x$support_perl = xyes; then
906 support_frills=yes 899 support_frills=yes
907fi 900fi
908 901
909AC_SUBST(DEBUG) 902AC_SUBST(DEBUG)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines