diff options
author | Colin Walters <walters@verbum.org> | 2010-09-14 22:01:00 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-15 15:07:58 -0400 |
commit | bf2a7ee1b6c17129861df2e9816d453d4870d5c8 (patch) | |
tree | 4d12bea7a8a9bb44a87811e6f1c028ba1069ece8 /configure.ac | |
parent | 8e72e9a7a002cf3aab82c027bfac38cfc0c79301 (diff) | |
download | gtk+-bf2a7ee1b6c17129861df2e9816d453d4870d5c8.tar.gz |
introspection: Only use 0.9.3 API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 71477e4eb2..3d585785f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1534,7 +1534,7 @@ fi # GObject introspection ################################################## -GOBJECT_INTROSPECTION_CHECK([0.9.5]) +GOBJECT_INTROSPECTION_CHECK([0.9.3]) ################################################## # Checks for gtk-doc and docbook-tools |