projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
942eaba
)
autoconf: fix warning by replacing deprecated AC_HELP_STRING
author
Gaetan Nadon
<memsize@videotron.ca>
Tue, 7 Jan 2014 19:00:43 +0000
(14:00 -0500)
committer
Arnaud Fontaine
<arnau@debian.org>
Thu, 30 Jan 2014 03:09:35 +0000
(12:09 +0900)
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
eeb76a3
..
48ef047
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-149,7
+149,7
@@
AM_CONDITIONAL([XCB_HAVE_WIN32], [test "x${have_win32}" = "xyes"])
dnl define buffer queue size
AC_ARG_WITH([queue-size],
- A
C
_HELP_STRING([--with-queue-size=SIZE],
+ A
S
_HELP_STRING([--with-queue-size=SIZE],
[Set the XCB buffer queue size (default is 16384)]),
[xcb_queue_buffer_size="$withval"],
[xcb_queue_buffer_size=16384])