Mentions légales du service

Skip to content
Snippets Groups Projects

Fix OPAM variable

Merged Samuel Risbourg requested to merge x-srisbo-master-patch-03698 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
#
# autoconf input for Objective Caml programs
# Copyright (C) 2001 Jean-Christophe Fillitre
# Copyright (C) 2001 Jean-Christophe Fillitre
# from a first script by Georges Mariano
#
# This library is free software; you can redistribute it and/or
@@ -131,7 +131,7 @@ fi
# Check OPAM
AC_CHECK_PROG(OPAM, opam, opam, no)
if test "OPAM" = no ; then
if test "$OPAM" = no ; then
AC_MSG_WARN(Cannot find opam, standalone build.)
OPAMBINDIR=
AC_MSG_RESULT(opam bin path is empty : OPAMBINDIR=$OPAMBINDIR)
Loading