autoconf: fix warning by replacing deprecated AC_HELP_STRING
Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
942eabaae3
commit
9ba6aa759e
|
@ -149,7 +149,7 @@ AM_CONDITIONAL([XCB_HAVE_WIN32], [test "x${have_win32}" = "xyes"])
|
|||
|
||||
dnl define buffer queue size
|
||||
AC_ARG_WITH([queue-size],
|
||||
AC_HELP_STRING([--with-queue-size=SIZE],
|
||||
AS_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])
|
||||
|
|
Loading…
Reference in New Issue