From f6ab7d952ef8be0320a7ca4feb67fca2c5c70d1f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 22 Oct 2006 06:07:12 +0000 Subject: [PATCH] oops - back that out SVN revision: 26740 --- src/bin/e_start_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c index 6446e0e77..5a0348551 100644 --- a/src/bin/e_start_main.c +++ b/src/bin/e_start_main.c @@ -268,8 +268,8 @@ main(int argc, char **argv) else snprintf(buf, sizeof(buf), "%s/lib", _prefix_path); env_set("LD_LIBRARY_PATH", buf); - snprintf(buf, sizeof(buf), "%s/lib/enlightenment/preload/e_precache.so", _prefix_path); - env_set("LD_PRELOAD", buf); +// snprintf(buf, sizeof(buf), "%s/lib/enlightenment/preload/e_precache.so", _prefix_path); +// env_set("LD_PRELOAD", buf); args = alloca((argc + 1) * sizeof(char *)); args[0] = "enlightenment";