ports/devel/ocaml-parmap/files/patch-configure
Jean-Sébastien Pédron d416afd219 devel/ocaml-parmap: New port for the "parmap" OCaml module
This module is used by Coccinelle (devel/coccinelle).

Differential Revision:	https://reviews.freebsd.org/D2925
Reviewed by:	kwm
Approved by:	kwm
2015-06-27 13:47:04 +00:00

13 lines
520 B
Text

--- 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"