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:
Gaetan Nadon 2014-01-07 14:00:43 -05:00 committed by Arnaud Fontaine
parent 942eabaae3
commit 9ba6aa759e

View File

@ -149,7 +149,7 @@ AM_CONDITIONAL([XCB_HAVE_WIN32], [test "x${have_win32}" = "xyes"])
dnl define buffer queue size dnl define buffer queue size
AC_ARG_WITH([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)]), [Set the XCB buffer queue size (default is 16384)]),
[xcb_queue_buffer_size="$withval"], [xcb_queue_buffer_size="$withval"],
[xcb_queue_buffer_size=16384]) [xcb_queue_buffer_size=16384])