aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-05-11 05:24:11 +1000
committerGravatar axel <axel@liljencrantz.se>2007-05-11 05:24:11 +1000
commita6644631d9326bb00bd9631fccef7bae9f5f8547 (patch)
treeeeb5a1e362a0209b610b2f715e6fd591090e0524 /Makefile.in
parente4f5bc69e29b88796b13eb117dde098695dad9b9 (diff)
Show hints on how to proceed if xsel fails to build
darcs-hash:20070510192411-ac50b-ec68699d6ca6ba2b315e5f283e30dfba4bad75b4.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6b6c8cfa..bf4a4fb1 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."
#