Do a move to kill signs of hackishness
[mono.git] / autogen.sh
index e9127cc2a49a0c1095c6f9615b8fa0caadd6f22a..ce0c26c87ac5999e2cd4ae0993bbefee669b41ab 100755 (executable)
@@ -31,8 +31,8 @@ fi
 }
 
 if [ -z "$LIBTOOL" ]; then
-  LIBTOOL=`which glibtool` 
-  if [ ! -x $LIBTOOL ]; then
+  LIBTOOL=`which glibtool 2>/dev/null
+  if [ ! -x "$LIBTOOL" ]; then
     LIBTOOL=`which libtool`
   fi
 fi