--- configure.orig	2015-02-09 10:42:28 UTC
+++ configure
@@ -4379,8 +4379,8 @@ _ACEOF
 ac_config_headers="$ac_config_headers config.h"
 
 
-t=`$OCAMLBUILD -use-ocamlfind &> /dev/null; echo $?`
-if test $t == 0 ; then
+t=`$OCAMLBUILD -use-ocamlfind > /dev/null; echo $?`
+if test "$t" = 0 ; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ocaml version $OCAMLVERSION. Use standard Makefile" >&5
 $as_echo "ocaml version $OCAMLVERSION. Use standard Makefile" >&6; }
   ac_config_files="$ac_config_files Makefile"
