summaryrefslogtreecommitdiff
path: root/math/sage/files/threejs_spkg-configure.m4.in
blob: d068477ff88d8d3927c7dcaaefda3cf1f5909603 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SAGE_SPKG_CONFIGURE(
    [threejs], [dnl direct testing of file existence
      AC_MSG_CHECKING(ThreeJS installation...)
      if [[ -f %%LOCALBASE%%/www/threejs/Three.js ]] ; then
        AC_MSG_RESULT(OK)
      else
        AC_MSG_RESULT(KO)
        sage_spkg_install_threejs=yes
      fi
])