configure.ac: join the cargo-cult of _cv_
authorRyan Lortie <desrt@desrt.ca>
Wed, 19 Oct 2011 14:11:54 +0000 (10:11 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 19 Oct 2011 14:11:54 +0000 (10:11 -0400)
commit3fd412549fa50e06f92fb279d54a5d5b668600bc
tree52e40878f5fb15464069b0bb322d2c4ac9e8c462
parent612d2384670378d23e46046ab42ca98d618aba43
configure.ac: join the cargo-cult of _cv_

For some reason, the setting of g_atomic_lock_free wasn't making it down
to the lower part of the configure script where glibconfig.h was being
generated when building using mingw32-configure.

If we prefix glib_cv_ to the start of the variable name (like everyone
else is doing) then it magically starts working.

I love you, automake.
configure.ac