11 lines
357 B
Diff
11 lines
357 B
Diff
--- configure.ac.orig 2015-09-29 23:38:40.936178713 +0200
|
|
+++ configure.ac 2015-09-29 23:38:57.798177451 +0200
|
|
@@ -164,6 +164,8 @@ GOBJECT_INTROSPECTION_CHECK([0.9.5])
|
|
|
|
if test "x$found_introspection" = "xyes"; then
|
|
VAPIGEN_CHECK()
|
|
+else
|
|
+ AM_CONDITIONAL([ENABLE_VAPIGEN], false)
|
|
fi
|
|
|
|
AC_MSG_CHECKING([for glib-networking (glib TLS implementation)])
|