From 80355c40c65e69d199258cbd8e449d78a33f7dc7 Mon Sep 17 00:00:00 2001 From: Poma <pomidorabelisima@gmail.com> Date: Mon, 27 Apr 2015 21:27:48 +0200 Subject: [PATCH] Fix help string to disable xpresent Bug: 11857 Reported-by: <pomidorabelisima@gmail.com> Signed-off-by: Olivier Fourdan <fourdan@xfce.org> --- configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index 7dc7d5913..30645221f 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= -- GitLab