From a6644631d9326bb00bd9631fccef7bae9f5f8547 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 11 May 2007 05:24:11 +1000 Subject: [PATCH] Show hints on how to proceed if xsel fails to build darcs-hash:20070510192411-ac50b-ec68699d6ca6ba2b315e5f283e30dfba4bad75b4.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6b6c8cfaf..bf4a4fb1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -346,7 +346,7 @@ xsel-0.9.6: tar -xf xsel-0.9.6.tar xsel-0.9.6/xsel: xsel-0.9.6 - cd xsel-0.9.6; ./configure; make + cd xsel-0.9.6; ./configure && make || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it." #