Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 553596 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-2 / +2 lines)
Lines 27-33 Link Here
27
AC_CONFIG_HEADERS([config.h])
27
AC_CONFIG_HEADERS([config.h])
28
28
29
t=`$OCAMLBUILD -use-ocamlfind &> /dev/null; echo $?`
29
t=`$OCAMLBUILD -use-ocamlfind > /dev/null 2>&1 ; echo $?`
30
if test $t == 0 ; then
30
if test "$t" = 0 ; then
31
  AC_MSG_RESULT(ocaml version $OCAMLVERSION. Use standard Makefile)
31
  AC_MSG_RESULT(ocaml version $OCAMLVERSION. Use standard Makefile)
32
  AC_CONFIG_FILES([Makefile])
32
  AC_CONFIG_FILES([Makefile])
33
  AC_OUTPUT
33
  AC_OUTPUT

Return to bug 553596