mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
This module is used by Coccinelle (devel/coccinelle). Differential Revision: https://reviews.freebsd.org/D2925 Reviewed by: kwm Approved by: kwm
13 lines
520 B
Text
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"
|