Skip to content
Snippets Groups Projects
Commit 80355c40 authored by Poma's avatar Poma Committed by Olivier Fourdan
Browse files

Fix help string to disable xpresent


Bug: 11857

Reported-by: default avatar <pomidorabelisima@gmail.com>
Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
parent 14c204d9
No related branches found
No related tags found
No related merge requests found
......@@ -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=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment