Don't run system("touch conf.glibtest)" in the AM_PATH_GLIB_2_0 macro
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 3 Nov 2009 16:38:58 +0000 (18:38 +0200)
committerTor Lillqvist <tml@iki.fi>
Tue, 3 Nov 2009 16:43:30 +0000 (18:43 +0200)
commit0d6b1ab42a6a9026743f197f03264afdbac7fb7b
treed306b0d567150da68d9ce5f8c41cbe76591a9faf
parentf6276add355388738f856201c400d1c43cedcaf2
Don't run system("touch conf.glibtest)" in the AM_PATH_GLIB_2_0 macro

Just use the C library instead to create the file. Helps building
using Wine. Not that I think we want to endorse that, but accepting
this minimal patch doesn't hurt. From bug #590016.

Signed-off-by: Tor Lillqvist <tml@iki.fi>
m4macros/glib-2.0.m4