typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5467 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -21,5 +21,5 @@ AC_MSG_RESULT($ac_cv_var_$2_declaration)
|
|||||||
if eval "test \"\$ac_cv_var_$2_declaration\" = yes"; then
|
if eval "test \"\$ac_cv_var_$2_declaration\" = yes"; then
|
||||||
AC_DEFINE(foo, 1, [define if your system declares $2])
|
AC_DEFINE(foo, 1, [define if your system declares $2])
|
||||||
fi
|
fi
|
||||||
undef(foo)
|
undefine([foo])
|
||||||
])
|
])
|
||||||
|
@@ -15,9 +15,8 @@ eval "ac_cv_func_$2_proto_compat=yes",
|
|||||||
eval "ac_cv_func_$2_proto_compat=no"))
|
eval "ac_cv_func_$2_proto_compat=no"))
|
||||||
define([foo], translit($2, [a-z], [A-Z])[_PROTO_COMPATIBLE])
|
define([foo], translit($2, [a-z], [A-Z])[_PROTO_COMPATIBLE])
|
||||||
if test "$ac_cv_func_$2_proto_compat" = yes; then
|
if test "$ac_cv_func_$2_proto_compat" = yes; then
|
||||||
AC_DEFINE(foo, 1, [define if prototype of openlog is compatible with
|
AC_DEFINE(foo, 1, [define if prototype of $2 is compatible with
|
||||||
$3])
|
$3])
|
||||||
)
|
|
||||||
fi
|
fi
|
||||||
undefine([foo])
|
undefine([foo])
|
||||||
])
|
])
|
Reference in New Issue
Block a user