Use g_cond_wait_until() instead of g_cond_timed_wait()
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 21:00:15 +0000 (14:00 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 4 Sep 2013 02:42:44 +0000 (19:42 -0700)
commit9477ab61dc1c188a2ae54ada14ff5fc5669f615f
tree3279204bf26ca209c4fe0656748c21641897418f
parentf0df98735cb5f3ff524be5689d45bb0ab4a27a74
Use g_cond_wait_until() instead of g_cond_timed_wait()

This bumps the GLib version requirement to 2.32; that is also the
version in which g_cond_timed_wait() was deprecated.
configure.ac
libchimara/event.c