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.2 by ayin, Tue Jan 17 12:53:29 2006 UTC vs.
Revision 1.4 by root, Tue Jan 17 15:41:33 2006 UTC

714AC_CHECK_FUNCS( \ 714AC_CHECK_FUNCS( \
715 revoke \ 715 revoke \
716 unsetenv \ 716 unsetenv \
717 setutent \ 717 setutent \
718 seteuid \ 718 seteuid \
719 setresuid \
719 setreuid \ 720 setreuid \
720 _getpty \ 721 _getpty \
721 getpt \ 722 getpt \
722 posix_openpt \ 723 posix_openpt \
723 grantpt \ 724 grantpt \
1138 return sendmsg (3, &msg, 0); 1139 return sendmsg (3, &msg, 0);
1139} 1140}
1140],[rxvt_can_pass_fds=yes],[rxvt_can_pass_fds=no])]) 1141],[rxvt_can_pass_fds=yes],[rxvt_can_pass_fds=no])])
1141if test x$rxvt_can_pass_fds = xyes; then 1142if test x$rxvt_can_pass_fds = xyes; then
1142 AC_DEFINE(HAVE_UNIX_FDPASS, 1, Define if sys/socket.h defines the necessary macros/functions for file handle passing) 1143 AC_DEFINE(HAVE_UNIX_FDPASS, 1, Define if sys/socket.h defines the necessary macros/functions for file handle passing)
1144else
1145 AC_MSG_ERROR([urxvt requires unix-compliant filehandle passing ability])
1143fi 1146fi
1144 1147
1145AC_CACHE_CHECK(for broken XIM callback, rxvt_broken_ximcb, 1148AC_CACHE_CHECK(for broken XIM callback, rxvt_broken_ximcb,
1146[AC_COMPILE_IFELSE([ 1149[AC_COMPILE_IFELSE([
1147#include <X11/Xlib.h> 1150#include <X11/Xlib.h>
1378 PERL_O=rxvtperl.o 1381 PERL_O=rxvtperl.o
1379 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 1382 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
1380 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 1383 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
1381 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 1384 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
1382 else 1385 else
1383 support_perl=no
1384 AC_MSG_RESULT([no, unable to link]) 1386 AC_MSG_ERROR([no, unable to link])
1385 fi 1387 fi
1386 else 1388 else
1387 AC_MSG_ERROR(no working perl found, or perl not version >= 5.8) 1389 AC_MSG_ERROR([no working perl found, or perl not version >= 5.8])
1388 support_perl=no
1389 fi 1390 fi
1390fi 1391fi
1391AC_SUBST(PERLLIB) 1392AC_SUBST(PERLLIB)
1392AC_SUBST(PERLFLAGS) 1393AC_SUBST(PERLFLAGS)
1393AC_SUBST(PERLPRIVLIBEXP) 1394AC_SUBST(PERLPRIVLIBEXP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines