1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00
Files
2008-01-10 14:53:36 +00:00

20 lines
684 B
Diff

---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- matchbox-keyboard.orig/configure.ac
+++ matchbox-keyboard/configure.ac
@@ -49,11 +49,11 @@ AC_ARG_ENABLE(applet,
enable_applet=$enableval,
enable_applet=no)
AM_CONDITIONAL(WANT_APPLET, test x$enable_applet = xyes)
AC_ARG_ENABLE(debug,
- AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),,
+ AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),
enable_debug=$enableval, enable_debug=no )
AC_ARG_WITH(expat-includes,
AC_HELP_STRING([--with-expat-includes=DIR], [Use Expat includes in DIR]),
expat_includes=$withval, expat_includes=yes)