From 06207311b1cb742eae23c302108e712ff402e569 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 8 Mar 2007 00:11:00 +0000 Subject: [PATCH] minor change to pointer --- auxdir/x_ac_slurm_ssl.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auxdir/x_ac_slurm_ssl.m4 b/auxdir/x_ac_slurm_ssl.m4 index 80e4a9e132c..1e407707261 100644 --- a/auxdir/x_ac_slurm_ssl.m4 +++ b/auxdir/x_ac_slurm_ssl.m4 @@ -47,8 +47,7 @@ AC_DEFUN([X_AC_SLURM_WITH_SSL], [ tryssldir="$tryssldir $prefix" fi if test "x$tryssldir" == "xno" ; then - AC_MSG_ERROR([OpenSSL libary is required for SLURM operation]) - AC_MSG_ERROR([Download and install OpenSSL from http://www.openssl.org/]) + AC_MSG_ERROR([OpenSSL libary is required for SLURM operation, download from www.openssl.org]) fi AC_CACHE_CHECK([for OpenSSL directory], ac_cv_openssldir, [ -- GitLab