Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
68f5391b
Commit
68f5391b
authored
Jul 26, 2012
by
Alexandre Savard
Browse files
Merge branch 'master' of
git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
parents
b4b2f57d
a28f69b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
gnome/configure.ac
View file @
68f5391b
...
@@ -42,10 +42,9 @@ AS_IF([test "x$enable_video" = "xyes"], [
...
@@ -42,10 +42,9 @@ AS_IF([test "x$enable_video" = "xyes"], [
AM_CONDITIONAL(SFL_VIDEO, test "x$enable_video" = "xyes")
AM_CONDITIONAL(SFL_VIDEO, test "x$enable_video" = "xyes")
# Check for gtk+-3.0 and if found, check for webkitgtk-3.0, otherwise
# Check for gtk+-3.0, otherwise check for gtk+-2.0
# check for gtk+-2.0 and if found, check for webkitgtk-1.0.
PKG_CHECK_MODULES(GTK, gtk+-3.0,
PKG_CHECK_MODULES(GTK, gtk+-3.0,
[PKG_CHECK_MODULES(GTK, gtk+-2.0,
[PKG_CHECK_MODULES(GTK, gtk+-2.0,
,
[PKG_CHECK_MODULES(GTHREAD, gthread-2.0)],
[PKG_CHECK_MODULES(GTHREAD, gthread-2.0)],
[AC_MSG_ERROR(gtk-2 not found)])])
[AC_MSG_ERROR(gtk-2 not found)])])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment