Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Side by Side Diff: dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch

Issue 6717026: Update m17n packages from Gentoo's main tree. (Closed) Base URL: http://git.chromium.org/git/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Index: m17n-lib-1.6.2/configure.ac
2 ===================================================================
3 --- m17n-lib-1.6.2.orig/configure.ac
4 +++ m17n-lib-1.6.2/configure.ac
5 @@ -100,9 +100,9 @@ dnl Checks which levels of APIs should b
6 AC_ARG_ENABLE(gui,
7 AS_HELP_STRING([--enable-gui],[enable GUI level APIs (default is Y ES)]))
8
9 -AM_CONDITIONAL(WITH_GUI, test x$with_gui != xno)
10 +AM_CONDITIONAL(WITH_GUI, test x$enable_gui != xno)
11
12 -if test x$with_gui != xno; then
13 +if test x$enable_gui != xno; then
14
15 dnl Checks if dlopen exists, and if it's in libc or libdl.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698