Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Jan 22, 2025
1 parent 92e8b40 commit 39c9e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ AS_IF([test "x$with_libkrb5" != "xno"], [
AC_MSG_NOTICE([Build with gssapi_krb5 support])
dnl Check for gssapi/gssapi.h
AC_CHECK_HEADERS([gssapi/gssapi.h], [], [
AC_MSG_ERROR([You need gssapi development files to compile libsmb2.])
AC_MSG_ERROR([You need gssapi development files to compile libnfs with kerberos support.])
])
], [
MAYBE_LIBKRB5=""
Expand Down

0 comments on commit 39c9e16

Please sign in to comment.