From a942c86661a3b79fd31e51cef54d6f7d5a68bc8b Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Thu, 30 Jun 2016 09:26:14 -0700
Subject: [PATCH] Updated documentation about what --with-mysql_config really
 means

---
 auxdir/x_ac_databases.m4 | 2 +-
 configure                | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/auxdir/x_ac_databases.m4 b/auxdir/x_ac_databases.m4
index 0779dc9c176..e1390db4a4f 100644
--- a/auxdir/x_ac_databases.m4
+++ b/auxdir/x_ac_databases.m4
@@ -18,7 +18,7 @@ AC_DEFUN([X_AC_DATABASES],
 	AC_ARG_WITH(
 		[mysql_config],
 		AS_HELP_STRING(--with-mysql_config=PATH,
-			Specify path to mysql_config binary),
+			Specify path of directory where mysql_config binary exists),
 		[_x_ac_mysql_bin="$withval"])
 
 	if test x$_x_ac_mysql_bin = xno; then
diff --git a/configure b/configure
index 60e97aa6cc6..5c8db4b7cde 100755
--- a/configure
+++ b/configure
@@ -1792,7 +1792,8 @@ Optional Packages:
   --with-freeipmi=PATH    Specify path to freeipmi installation
   --with-rrdtool=PATH     Specify path to rrdtool-devel installation
   --with-mysql_config=PATH
-                          Specify path to mysql_config binary
+                          Specify path of directory where mysql_config binary
+                          exists
   --with-alps-emulation   Run SLURM against an emulated ALPS system - requires
                           option cray.conf [default=no]
   --with-cray_dir=PATH    Specify path to Cray file installation - /opt/cray
-- 
GitLab