raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c0cbcd9802c530053915ad5173386e2167656b6c

commit c0cbcd9802c530053915ad5173386e2167656b6c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Mar 17 12:04:10 2015 +0900

    efl - bring back symlink complaint regardless of env vars
    
    @fix
---
 configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2996474..1979a16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5081,8 +5081,6 @@ if test "x$prefix" != "x/usr"; then
   needs_alert_dbus=0
   if test "$resolved_dbusservicedir" = "${HOME}/.local/share/dbus-1/services"; 
then
     AC_MSG_NOTICE([installing DBus services in user local 
"$resolved_dbusservicedir". Only accessible to user $USER])
-  elif echo "$XDG_DATA_DIRS" | grep -e "$resolved_datadir" >/dev/null 
2>/dev/null; then
-    AC_MSG_NOTICE([installing DBus services in "$resolved_datadir" set in 
\$XDG_DATA_DIRS. Every user must have \$XDG_DATA_DIRS containing 
"$resolved_datadir".])
   elif echo "$resolved_dbusservicedir" | grep -e '^/usr/s' >/dev/null 
2>/dev/null; then
     AC_MSG_NOTICE([installing DBus serivces in $resolved_dbusservicedir])
   else
@@ -5093,10 +5091,6 @@ if test "x$prefix" != "x/usr"; then
   if test "$have_systemd_user_session" = "yes"; then
     if test "$resolved_USER_SESSION_DIR" = "${HOME}/.config/systemd/user"; then
       AC_MSG_NOTICE([installing systemd services in user local 
"$resolved_USER_SESSION_DIR". Only accessible to user $USER])
-    elif echo "$XDG_DATA_DIRS" | grep -e "$base_USER_SESSION_DIR" >/dev/null 
2>/dev/null; then
-      AC_MSG_NOTICE([installing systemd services in "$base_USER_SESSION_DIR" 
set in \$XDG_DATA_DIRS. Every user must have \$XDG_DATA_DIRS containing 
"$base_USER_SESSION_DIR".])
-    elif echo "$XDG_CONFIG_DIRS" | grep -e "$base_USER_SESSION_DIR" >/dev/null 
2>/dev/null; then
-      AC_MSG_NOTICE([installing systemd services in "$base_USER_SESSION_DIR" 
set in \$XDG_CONFIG_DIRS. Every user must have \$XDG_CONFIG_DIRS containing 
"$base_USER_SESSION_DIR".])
     elif echo "$resolved_USER_SESSION_DIR" | grep -e '^/usr/s' >/dev/null 
2>/dev/null; then
       AC_MSG_NOTICE([installing systemd serivces in 
$resolved_USER_SESSION_DIR])
     else

-- 


Reply via email to