Commit 0ddf3575 authored by Gaetan Nadon's avatar Gaetan Nadon
Browse files

config: replace deprecated AC_HELP_STRING with AS_HELP_STRING


Signed-off-by: default avatarGaetan Nadon <memsize@videotron.ca>
parent 55e0de6c
......@@ -47,7 +47,7 @@ AC_PROG_LIBTOOL
AH_TOP([#include "xorg-server.h"])
AC_ARG_WITH(xorg-module-dir,
AC_HELP_STRING([--with-xorg-module-dir=DIR],
AS_HELP_STRING([--with-xorg-module-dir=DIR],
[Default xorg module directory [[default=$libdir/xorg/modules]]]),
[moduledir="$withval"],
[moduledir="$libdir/xorg/modules"])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment