diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-01-07 17:16:23 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-01-07 17:16:23 +0100 |
commit | 4e45e1ad93e267cdb3f951b4ca4742d255257a12 (patch) | |
tree | 19bf30a9ee7c43ae7ccb6f2fff581b313646e420 /configure.ac | |
parent | 43cb1551d5f4e276d79ced4eff8cd89d7e81f286 (diff) |
gobject-introspection: use $datadir instead of $prefix
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 836c30d5e3..82e215cd68 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ if test "x$enable_introspection" = xyes; then AC_SUBST([G_IR_SCANNER], [$($PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0)]) AC_SUBST([G_IR_COMPILER], [$($PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0)]) AC_SUBST([G_IR_GENERATE], [$($PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0)]) - AC_SUBST([GIRDIR], [$($PKG_CONFIG --define-variable=prefix=${prefix} --variable=girdir gobject-introspection-1.0)]) + AC_SUBST([GIRDIR], [$($PKG_CONFIG --define-variable=datadir=${datadir} --variable=girdir gobject-introspection-1.0)]) AC_SUBST([GIRTYPELIBDIR], [$($PKG_CONFIG --define-variable=libdir=${libdir} --variable=typelibdir gobject-introspection-1.0)]) fi AM_CONDITIONAL([ENABLE_INTROSPECTION], [test "x$enable_introspection" = xyes]) |