]> Pileus Git - ~andy/gtk/commit
Don't run system("touch conf.gtktest") in the AM_PATH_GTK_2_0 macro
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 3 Nov 2009 16:48:42 +0000 (18:48 +0200)
committerTor Lillqvist <tml@iki.fi>
Tue, 3 Nov 2009 16:50:55 +0000 (18:50 +0200)
commit72b69e0094db5ac1f9bf38bea429b45bf2e449e3
treedfced5d6bdfe71c4574113a5cc5180651f873782
parent8dfac859a15ea90c3015c510247dd3113c14dc26
Don't run system("touch conf.gtktest") in the AM_PATH_GTK_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 way to build GTK+
for Windows, proper cross-compiling surely probably more sense, but
accepting this minimal patch doesn't hurt. From bug #590017.

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