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

709dnl# CHECKING FOR LIBRARY FUNCTIONS 709dnl# CHECKING FOR LIBRARY FUNCTIONS
710dnl# -------------------------------------------------------------------------- 710dnl# --------------------------------------------------------------------------
711AC_TYPE_SIGNAL 711AC_TYPE_SIGNAL
712dnl> AC_FUNC_VPRINTF 712dnl> AC_FUNC_VPRINTF
713 713
714dnl# Note: On Ultrix, setsid() does weirdo stuff, disable it
715case "$host_alias" in
716 *ultrix) ac_cv_func_setsid='no' ;;
717 *) break;;
718esac
719
720AC_CHECK_FUNCS( \ 714AC_CHECK_FUNCS( \
721 atexit \
722 revoke \ 715 revoke \
723 unsetenv \ 716 unsetenv \
724 setutent \ 717 setutent \
725 seteuid \ 718 seteuid \
719 setresuid \
726 setreuid \ 720 setreuid \
727 setsid \
728 setpgrp \
729 setpgid \
730 _getpty \ 721 _getpty \
731 getpt \ 722 getpt \
732 posix_openpt \ 723 posix_openpt \
733 grantpt \ 724 grantpt \
734 unlockpt \ 725 unlockpt \
1148 return sendmsg (3, &msg, 0); 1139 return sendmsg (3, &msg, 0);
1149} 1140}
1150],[rxvt_can_pass_fds=yes],[rxvt_can_pass_fds=no])]) 1141],[rxvt_can_pass_fds=yes],[rxvt_can_pass_fds=no])])
1151if test x$rxvt_can_pass_fds = xyes; then 1142if test x$rxvt_can_pass_fds = xyes; then
1152 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])
1153fi 1146fi
1154 1147
1155AC_CACHE_CHECK(for broken XIM callback, rxvt_broken_ximcb, 1148AC_CACHE_CHECK(for broken XIM callback, rxvt_broken_ximcb,
1156[AC_COMPILE_IFELSE([ 1149[AC_COMPILE_IFELSE([
1157#include <X11/Xlib.h> 1150#include <X11/Xlib.h>
1388 PERL_O=rxvtperl.o 1381 PERL_O=rxvtperl.o
1389 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 1382 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
1390 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 1383 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
1391 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 1384 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
1392 else 1385 else
1393 support_perl=no
1394 AC_MSG_RESULT([no, unable to link]) 1386 AC_MSG_ERROR([no, unable to link])
1395 fi 1387 fi
1396 else 1388 else
1397 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])
1398 support_perl=no
1399 fi 1390 fi
1400fi 1391fi
1401AC_SUBST(PERLLIB) 1392AC_SUBST(PERLLIB)
1402AC_SUBST(PERLFLAGS) 1393AC_SUBST(PERLFLAGS)
1403AC_SUBST(PERLPRIVLIBEXP) 1394AC_SUBST(PERLPRIVLIBEXP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines