Changeset 375
- Timestamp:
- 06/09/08 14:03:02 (5 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/configure.in
r368 r375 20 20 dnl Geomview check 21 21 AC_PATH_PROG(GEOMVIEW, geomview, no) 22 dnl AC_MSG_ERROR([Cannot find geomview which ternary requires; you can download it at http://www.geomview.org/ .]))22 dnl AC_MSG_ERROR([Cannot find geomview which ternary requires; you can download it at http://www.geomview.org/ or install the geomview .deb package.])) 23 23 AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 24 24 25 25 AC_CHECK_LIB(qhull, qh_qhull, QHULL_LIBS="-lqhull", 26 AC_MSG_ERROR([Cannot find qhull library which ternary requires; you can download it at http://www.qhull.org/ .]))26 AC_MSG_ERROR([Cannot find qhull library which ternary requires; you can download it at http://www.qhull.org/ or install the libqhull-dev .deb package.])) 27 27 28 28 dnl Documentation tools