Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 12, 2015
1 parent 28b6792 commit f200345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/rlm_eap/types/rlm_eap_pwd/configure
Expand Up @@ -3133,7 +3133,7 @@ _ACEOF
fi
done
if test "x$ac_cv_func_EC_GROUP_get_confactor" != "xyes"; then
if test "x$ac_cv_func_EC_GROUP_get_cofactor" != "xyes"; then
fail="EC_GROUP_get_confactor"
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_eap/types/rlm_eap_pwd/configure.ac
Expand Up @@ -75,7 +75,7 @@ if test x$with_[]modname != xno; then
fi

AC_CHECK_FUNCS(EC_GROUP_get_cofactor)
if test "x$ac_cv_func_EC_GROUP_get_confactor" != "xyes"; then
if test "x$ac_cv_func_EC_GROUP_get_cofactor" != "xyes"; then
fail="EC_GROUP_get_confactor"
fi
fi
Expand Down

0 comments on commit f200345

Please sign in to comment.