]> git.cworth.org Git - fips/blobdiff - configure
configure: Fix generated comment for BINDIR_TO_LIBFIPSDIR
[fips] / configure
index baa38a0319e30e4df14d1dab82251f926ea5418f..f0f1a2188eeed82d9a3468f1374b33771fbf0da7 100755 (executable)
--- a/configure
+++ b/configure
@@ -567,6 +567,6 @@ EOF
 cat > config.h <<EOF
 /* Generated by configure. */
 
-/* Relative path from ${bindir} to ${libdir} */
+/* Relative path from ${BINDIR} to ${LIBDIR}/fips */
 #define BINDIR_TO_LIBFIPSDIR "$(relative_path ${BINDIR} ${LIBDIR})/fips"
 EOF