X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;fp=configure;h=b4e7d8a88a771bb00825062a87e905ea07a9a46a;hb=07bf218026f6921c0b62714df9ec441b24884537;hp=f0f1a2188eeed82d9a3468f1374b33771fbf0da7;hpb=6bfaad321892191c4e429fe302a819dff92cdca6;p=fips diff --git a/configure b/configure index f0f1a21..b4e7d8a 100755 --- 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