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
|
||||
AC_DEFINE(foo, 1, [define if your system declares $2])
|
||||
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"))
|
||||
define([foo], translit($2, [a-z], [A-Z])[_PROTO_COMPATIBLE])
|
||||
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])
|
||||
)
|
||||
fi
|
||||
undefine([foo])
|
||||
])
|
Reference in New Issue
Block a user