multifile: fix build of tests
authorThiago Santos <thiago.sousa.santos@collabora.com>
Thu, 24 Nov 2011 17:11:33 +0000 (14:11 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Thu, 24 Nov 2011 17:18:44 +0000 (14:18 -0300)
commit3dc5a09a5cedfb1d323fc3c5359ea09046c5122c
tree97066ba0778e077b5d9d2b4072eadcc65ee694b5
parentb33da78f72ba610350582be852be417898cc9dd4
multifile: fix build of tests

Tests fail to build because g_mkdtemp is available from glib since
2.26.

This patch adds a condition around the redefinition of
g_mkdtemp on the tests to only build it if glib is older than
2.26.
tests/check/elements/multifile.c