From 26f62772b741a986dea30e98f425f8e5e50ca9ee Mon Sep 17 00:00:00 2001 From: ayin Date: Tue, 17 Jan 2006 15:00:34 +0000 Subject: [PATCH] *** empty log message *** --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a89188a0..d2662e25 100644 --- a/configure.ac +++ b/configure.ac @@ -1140,6 +1140,8 @@ AC_CACHE_CHECK(for unix-compliant filehandle passing ability, rxvt_can_pass_fds, ],[rxvt_can_pass_fds=yes],[rxvt_can_pass_fds=no])]) if test x$rxvt_can_pass_fds = xyes; then AC_DEFINE(HAVE_UNIX_FDPASS, 1, Define if sys/socket.h defines the necessary macros/functions for file handle passing) +else + AC_MSG_ERROR([urxvt requires unix-compliant filehandle passing ability]) fi AC_CACHE_CHECK(for broken XIM callback, rxvt_broken_ximcb, @@ -1380,12 +1382,10 @@ if test x$support_perl = xyes; then PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" else - support_perl=no - AC_MSG_RESULT([no, unable to link]) + AC_MSG_ERROR([no, unable to link]) fi else - AC_MSG_ERROR(no working perl found, or perl not version >= 5.8) - support_perl=no + AC_MSG_ERROR([no working perl found, or perl not version >= 5.8]) fi fi AC_SUBST(PERLLIB) -- 2.34.1