From: Ross Burton <ross.bur...@intel.com> --- configure.ac | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/configure.ac b/configure.ac index afa64ae..774a4ac 100644 --- a/configure.ac +++ b/configure.ac @@ -30,13 +30,6 @@ if test x$enable_startup_notification != xno; then AC_DEFINE(USE_LIBSN, [1], [Has Startup Notification Support]) fi -AC_ARG_ENABLE(standalone, - AC_HELP_STRING([--enable-standalone], [run in a window, not as the desktop]), - enable_standalone=$enableval, enable_standalone=no) -if test x$enable_standalone != xno; then - AC_DEFINE(STANDALONE, [1], [Run in a window]) -fi - AC_ARG_WITH(dbus, AC_HELP_STRING([--with-dbus], [use DBus to send a 'loaded' signal]), with_dbus=$withval, with_dbus=no) -- 2.8.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto