diff --git a/src/lib/ecore_wl2/ecore_wl2.c b/src/lib/ecore_wl2/ecore_wl2.c index 3219baa760..d14b14aee5 100644 --- a/src/lib/ecore_wl2/ecore_wl2.c +++ b/src/lib/ecore_wl2/ecore_wl2.c @@ -71,9 +71,9 @@ _ecore_wl2_surface_modules_init(void) const char *mod_dir; #ifdef NEED_RUN_IN_TREE -#if defined(HAVE_GETUID) && defined(HAVE_GETEUID) +# if defined(HAVE_GETUID) && defined(HAVE_GETEUID) if (getuid() == geteuid()) -#endif +# endif { char path[PATH_MAX]; //when running in tree we are ignoring all the settings