]> sjero.net Git - linphone/blobdiff - configure.ac
Wizard
[linphone] / configure.ac
index ff2f4c729ebe671fffa6935ea9a25d946ccefb5a..d01e698e3e50ce6c63f994e6fd1b533740316bbf 100644 (file)
@@ -401,6 +401,11 @@ if test "$has_sighandler_t" = "yes" ; then
     AC_DEFINE( HAVE_SIGHANDLER_T, 1, [Define if sighandler_t available] )
 fi
 
+dnl check libsoup (needed for wizard)
+PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.26])
+AC_SUBST(LIBSOUP_CFLAGS)
+AC_SUBST(LIBSOUP_LIBS)
+
 ##################################################
 # Stricter build options (after external packages)
 ##################################################