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>
Sat, 31 Aug 2013 23:54:14 +0000 (16:54 -0700)
commit3daa59aabb9afa0269d3fea65a05f60b07af9e04
tree0542311be2cfe52e557c6412a80608cb11ce81c5
parent256f6eb428d07b7790acac168c59d1b853b400fc
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