summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-28 16:07:07 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-28 16:07:07 -0500
commitfe43b6de5bb4423ce99d2df1ab37ea8ece39a9fa (patch)
tree60688d726b7b95ded8f490f2cc40efc8e72131be
parent57b6f700378a001e1aff9b83f6cb396c7c4a7368 (diff)
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d0ff979..c7eaf90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ PKG_CHECK_MODULES(XTRANS, xtrans)
# Needed to check for TCP & IPv6 support and set flags appropriately
XTRANS_CONNECTION_FLAGS
-AC_ARG_WITH(libuuid, AC_HELP_STRING([--with-libuuid], [Build with libuuid support for client IDs]))
+AC_ARG_WITH(libuuid, AS_HELP_STRING([--with-libuuid], [Build with libuuid support for client IDs]))
AC_CHECK_FUNCS([uuid_create], [], [
if test x"$with_libuuid" != xno && test x"$have_system_uuid" != xyes; then