mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-20 05:40:06 +00:00
build-sys: fix message about gintrospection
When gobject-introspection-devel was not available, the message was missing the yes/no part
This commit is contained in:
parent
c4eb236a2c
commit
d66ee73a3d
@ -82,7 +82,9 @@ AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
|
||||
|
||||
m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
|
||||
GOBJECT_INTROSPECTION_CHECK([1.31.1])
|
||||
], [AM_CONDITIONAL([HAVE_INTROSPECTION], [false])])
|
||||
], [
|
||||
AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
|
||||
enable_introspection=no])
|
||||
|
||||
AC_PATH_TOOL(OBJCOPY, objcopy)
|
||||
AC_PATH_TOOL(STRINGS, strings)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user