From a9c39655f2d87722b14aee9446d018c26cdb70a6 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Wed, 12 Jun 2013 13:03:13 -0700
Subject: [PATCH] Minor edit about deprecated symbols on old systems

---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index e6981b1bc5e..a1c6e9cf6e6 100755
--- a/configure
+++ b/configure
@@ -20218,7 +20218,7 @@ else
   BUILD_HDF5_FALSE=
 fi
 
-# Some systems (Debian/Ubuntu/...) configure HDF5 with
+# Some older systems (Debian/Ubuntu/...) configure HDF5 with
 # --with-default-api-version=v16 which creates problems for slurm
 # because slurm uses the 1.8 API. By defining this CPP macro we get
 # the 1.8 API.
diff --git a/configure.ac b/configure.ac
index 52833278bdd..ba7f01f2af7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ X_AC_OFED
 
 AX_LIB_HDF5()
 AM_CONDITIONAL(BUILD_HDF5, test "$with_hdf5" = "yes")
-# Some systems (Debian/Ubuntu/...) configure HDF5 with
+# Some older systems (Debian/Ubuntu/...) configure HDF5 with
 # --with-default-api-version=v16 which creates problems for slurm
 # because slurm uses the 1.8 API. By defining this CPP macro we get
 # the 1.8 API.
-- 
GitLab