Implement BYTECODE_LIBRARY support
[oota-llvm.git] / configure
index ec697bec0ee96923315a313c1c456dc2d41f87f0..af7852c9a0cd92e92f984c2a612367d0db453470 100755 (executable)
--- a/configure
+++ b/configure
@@ -22079,10 +22079,16 @@ if test "${with_purify+set}" = set; then
 
 fi;
 
-if test -d /localhome
+if test ${USER}
 then
-       OBJROOT=/localhome/$USER
+       if test -d /localhome/${USER}
+       then
+               OBJROOT=/localhome/${USER}
+
+       else
+               OBJROOT=.
 
+       fi
 else
        OBJROOT=.