X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;h=b4e7d8a88a771bb00825062a87e905ea07a9a46a;hb=refs%2Fheads%2Fframe-timings;hp=f0f1a2188eeed82d9a3468f1374b33771fbf0da7;hpb=eac4140b834be7f887e072bf67dff7bae9394261;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