ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/configure.in
(Generate patch)

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.60 by root, Mon Jan 2 15:35:43 2006 UTC vs.
Revision 1.61 by root, Mon Jan 2 18:25:03 2006 UTC

1393 AC_DEFINE(ENABLE_PERL, 1, Define if you can embed a perl interpreter) 1393 AC_DEFINE(ENABLE_PERL, 1, Define if you can embed a perl interpreter)
1394 IF_PERL= 1394 IF_PERL=
1395 PERL_O=rxvtperl.o 1395 PERL_O=rxvtperl.o
1396 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 1396 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
1397 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 1397 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
1398 PERLARCHLIB="`$PERL -MConfig -e 'print $Config{archlib}'`" 1398 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
1399 AC_MSG_RESULT(ok) 1399 AC_MSG_RESULT(ok)
1400 else 1400 else
1401 AC_MSG_ERROR(no working perl found, or perl not version >= 5.8) 1401 AC_MSG_ERROR(no working perl found, or perl not version >= 5.8)
1402 fi 1402 fi
1403fi 1403fi
1404AC_SUBST(PERLLIB) 1404AC_SUBST(PERLLIB)
1405AC_SUBST(PERLFLAGS) 1405AC_SUBST(PERLFLAGS)
1406AC_SUBST(PERLARCHLIB) 1406AC_SUBST(PERLPRIVLIBEXP)
1407AC_SUBST(PERL) 1407AC_SUBST(PERL)
1408AC_SUBST(IF_PERL) 1408AC_SUBST(IF_PERL)
1409AC_SUBST(PERL_O) 1409AC_SUBST(PERL_O)
1410 1410
1411dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket) 1411dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines