Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
e5f5c827
Commit
e5f5c827
authored
Aug 18, 2011
by
Daiki Ueno
Browse files
Make GTK3 default.
parent
ca250699
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e5f5c827
...
...
@@ -46,12 +46,12 @@ IT_PROG_INTLTOOL([0.35.0])
AC_MSG_CHECKING([which gtk+ version to compile against])
AC_ARG_WITH([gtk],
[AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default:
2
.0)])],
[AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default:
3
.0)])],
[case "$with_gtk" in
2.0|3.0) ;;
*) AC_MSG_ERROR([invalid gtk version specified]) ;;
esac],
[with_gtk=
2
.0])
[with_gtk=
3
.0])
AC_MSG_RESULT([$with_gtk])
case "$with_gtk" in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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