aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:14:14 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:14:14 +0800
commitf529b2e05725cba0bf9da3ee0feb0b7e3ef2fa5a (patch)
tree686491a08d53419c73dfc4734d540bba40992dd7 /configure.ac
parentc6372a1b3f56d7022f135b8f1baeaff44816ec7c (diff)
upgrade xsel to 1.2.0
xsel 1.0 begin to support UFT-8.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7862b48b..1d96a0be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,9 +206,9 @@ AC_ARG_WITH(
)
if [[ "$xsel" = "with_xsel" ]]; then
- XSEL=xsel-0.9.6/xsel
+ XSEL=xsel-1.2.0/xsel
XSEL_MAN=xsel.1x
- XSEL_MAN_PATH=xsel-0.9.6/xsel.1x
+ XSEL_MAN_PATH=xsel-1.2.0/xsel.1x
fi