aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-06-25 07:06:46 +0000
committerJörg Mayer <jmayer@loplof.de>2004-06-25 07:06:46 +0000
commit36d8f00cdba3f4a3d124b3732e5e828b32a66262 (patch)
tree9f6896e665175fd27037aa0afaa47c0777f04e6f /acinclude.m4
parent0b8806bd51459f128007c0359e1443c0d716f25e (diff)
Get rid of a warning with newer auto... tools by proper quoting.
svn path=/trunk/; revision=11237
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 26f7ba58e2..b756def2f4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2,7 +2,7 @@ dnl Macros that test for specific features.
dnl This file is part of the Autoconf packaging for Ethereal.
dnl Copyright (C) 1998-2000 by Gerald Combs.
dnl
-dnl $Id: acinclude.m4,v 1.77 2004/06/19 00:07:22 guy Exp $
+dnl $Id: acinclude.m4,v 1.78 2004/06/25 07:06:46 jmayer Exp $
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -96,7 +96,7 @@ fi
dnl
dnl Check whether a given format can be used to print 64-bit integers
dnl
-AC_DEFUN(AC_ETHEREAL_CHECK_64BIT_FORMAT,
+AC_DEFUN([AC_ETHEREAL_CHECK_64BIT_FORMAT],
[
AC_MSG_CHECKING([whether %$1x can be used to format 64-bit integers])
AC_RUN_IFELSE(