Skip to content
Snippets Groups Projects
Commit 06207311 authored by Moe Jette's avatar Moe Jette
Browse files

minor change to pointer

parent e3be1e33
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,7 @@ AC_DEFUN([X_AC_SLURM_WITH_SSL], [ ...@@ -47,8 +47,7 @@ AC_DEFUN([X_AC_SLURM_WITH_SSL], [
tryssldir="$tryssldir $prefix" tryssldir="$tryssldir $prefix"
fi fi
if test "x$tryssldir" == "xno" ; then if test "x$tryssldir" == "xno" ; then
AC_MSG_ERROR([OpenSSL libary is required for SLURM operation]) AC_MSG_ERROR([OpenSSL libary is required for SLURM operation, download from www.openssl.org])
AC_MSG_ERROR([Download and install OpenSSL from http://www.openssl.org/])
fi fi
AC_CACHE_CHECK([for OpenSSL directory], ac_cv_openssldir, [ AC_CACHE_CHECK([for OpenSSL directory], ac_cv_openssldir, [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment