mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
11 lines
396 B
Diff
11 lines
396 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -39,7 +39,7 @@ AC_CHECK_PROG(USEOCAMLFIND,ocamlfind,yes,no)
|
|
|
|
if test "$USEOCAMLFIND" = yes; then
|
|
OCAMLFINDLIB=$(ocamlfind printconf stdlib)
|
|
- OCAMLFIND=$(which ocamlfind)
|
|
+ OCAMLFIND=$(command -v ocamlfind)
|
|
if test "$OCAMLFINDLIB" != "$OCAMLLIB"; then
|
|
USEOCAMLFIND=no;
|
|
echo "but your ocamlfind is not compatible with your ocamlc:"
|