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.3 by ayin, Tue Jan 17 15:00:34 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines