]> git.cworth.org Git - fips/blobdiff - configure
stash
[fips] / configure
index baa38a0319e30e4df14d1dab82251f926ea5418f..b4e7d8a88a771bb00825062a87e905ea07a9a46a 100755 (executable)
--- a/configure
+++ b/configure
@@ -281,7 +281,7 @@ if pkg-config --exists gl; then
     gl_cflags=$(pkg-config --cflags gl)
     gl_ldflags=$(pkg-config --libs gl)
 else
-    printf"No.\n"
+    printf "No.\n"
     have_gl=0
     errors=$((errors + 1))
 fi
@@ -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