mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 23:28:08 +02:00
build: fix gobject-introspection detection
so that HAVE_INTROSPECTION is properly defined
This commit is contained in:
parent
aaf0ef42dd
commit
142e2c4726
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ AC_SUBST(GUDEV_CFLAGS)
|
|||
AC_SUBST(GUDEV_LIBS)
|
||||
|
||||
GOBJECT_INTROSPECTION_CHECK([0.9.6])
|
||||
if test -z "$INTROSPECTION_MAKEFILE"; then
|
||||
if test -n "$INTROSPECTION_MAKEFILE"; then
|
||||
AC_DEFINE(HAVE_INTROSPECTION, [1], [Define if you have gobject-introspection])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue