OLD | NEW |
(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 |
OLD | NEW |