[Xfce4-commits] [xfce/xfwm4] 01/03: Fix help string to disable xpresent
noreply at xfce.org
noreply at xfce.org
Mon Apr 27 21:54:46 CEST 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 80355c40c65e69d199258cbd8e449d78a33f7dc7
Author: Poma <pomidorabelisima at gmail.com>
Date: Mon Apr 27 21:27:48 2015 +0200
Fix help string to disable xpresent
Bug: 11857
Reported-by: <pomidorabelisima at gmail.com>
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 7dc7d59..3064522 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -192,7 +192,7 @@ dnl XPresent support
dnl
AC_ARG_ENABLE([xpresent],
AC_HELP_STRING([--enable-xpresent], [try to use the xpresent extension])
-AC_HELP_STRING([--disable-render], [don't try to use the xpresent extension]),
+AC_HELP_STRING([--disable-xpresent], [don't try to use the xpresent extension]),
[], [enable_xpresent=yes])
have_xpresent="no"
XPRESENT_LIBS=
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list