Changeset 317

Show
Ignore:
Timestamp:
03/26/08 10:37:00 (8 months ago)
Author:
powell
Message:

Change missing geomview from a warning to an error, since this needs it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/configure.in

    r312 r317  
    1818AC_C_INLINE 
    1919 
    20 dnl Geomview check for tools/ternary 
     20dnl Geomview check 
    2121AC_ARG_WITH(geomview, 
    2222[  --with-geomview=GEOMVIEW   hardcode geomview binary location], 
    23   GEOMVIEW=$withval; AC_MSG_NOTICE(using geomview binary $GEOMVIEW), 
     23  GEOMVIEW=$withval; AC_MSG_NOTICE(using binary: $GEOMVIEW), 
    2424  AC_CHECK_PROGS(GEOMVIEW, geomview,  
    25     AC_MSG_WARN(geomview not found, to use please specify--with\[out\]-geomview\[=binary\].))) 
     25    AC_MSG_ERROR(Cannot find geomview, which ternary requires; you can find it at http://www.geomview.org/ .))) 
    2626AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 
    2727