|
|
@ -149,7 +149,10 @@ AC_ARG_ENABLE(tablet-shell, [ --enable-tablet-shell],, |
|
|
|
AM_CONDITIONAL(ENABLE_TABLET_SHELL, |
|
|
|
AM_CONDITIONAL(ENABLE_TABLET_SHELL, |
|
|
|
test x$enable_tablet_shell == xyes) |
|
|
|
test x$enable_tablet_shell == xyes) |
|
|
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(tests, [ --enable-tests],,enable_tests=yes) |
|
|
|
AC_ARG_ENABLE(tests, |
|
|
|
|
|
|
|
AS_HELP_STRING([--disable-tests], |
|
|
|
|
|
|
|
[do not build unit tests [default=enabled]]),, |
|
|
|
|
|
|
|
enable_tests=yes) |
|
|
|
AM_CONDITIONAL(BUILD_TESTS, test x$enable_tests == xyes) |
|
|
|
AM_CONDITIONAL(BUILD_TESTS, test x$enable_tests == xyes) |
|
|
|
|
|
|
|
|
|
|
|
if test "x$GCC" = "xyes"; then |
|
|
|
if test "x$GCC" = "xyes"; then |
|
|
|