aboutsummaryrefslogtreecommitdiff
path: root/ac/check-type.m4
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 04:56:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 04:56:29 +0000
commit3d37a97aededbe418c1906984d8dd2694176bfc6 (patch)
treeb7ad6b9d702bbf9a36f94ace46108495bcb1bb8a /ac/check-type.m4
parente9f2d81aafc3d39e2838ea931c048e05b466f9a2 (diff)
fixed a warning of the newer automake.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@134 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ac/check-type.m4')
-rw-r--r--ac/check-type.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ac/check-type.m4 b/ac/check-type.m4
index 90611451..e65ea03b 100644
--- a/ac/check-type.m4
+++ b/ac/check-type.m4
@@ -5,7 +5,7 @@ dnl `stddef.h' checks files included by INCLUDES, which should be a
dnl series of #include statements. If TYPE is not defined, define it
dnl to DEFAULT.
dnl
-AC_DEFUN(SYLPHEED_CHECK_TYPE,
+AC_DEFUN([SYLPHEED_CHECK_TYPE],
[AC_REQUIRE([AC_HEADER_STDC])dnl
AC_MSG_CHECKING(for $1)
AC_CACHE_VAL(sylpheed_cv_type_$1,