missing comma

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11219 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-23 15:07:41 +00:00
parent 7ec5af1d06
commit 75377772ef

View File

@@ -17,7 +17,7 @@ $2(&xx);
eval "ac_cv_func_$2_noproto=yes",
eval "ac_cv_func_$2_noproto=no"))
if test "$ac_cv_func_$2_noproto" = yes; then
AC_DEFINE(AS_TR_CPP(NEED_[]$2[]_PROTO), 1
AC_DEFINE(AS_TR_CPP(NEED_[]$2[]_PROTO), 1,
[define if the system is missing a prototype for $2()])
fi
fi