Changeset 156 for trunk/configure.ac


Ignore:
Timestamp:
Aug 14, 2006, 8:49:36 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #20. configure will warn if gnuplot is not found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r153 r156  
    4141AC_PROG_INSTALL
    4242AC_PROG_RANLIB
     43AC_CHECK_PROG([GNUPLOT],[gnuplota],[ok])
    4344
    4445# -Wno-long-long is needed to suppress compiler diagnostics regarding
     
    7071
    7172AC_OUTPUT
     73
     74test "$GNUPLOT" = "ok" || \
     75     AC_MSG_WARN([Gnuplot was not found. svndigest will compile
     76     without gnuplot but will throw an exception at runtime. Please
     77     install gnuplot (available for a wide range of operating systems
     78     at http://www.gnuplot.info).])
Note: See TracChangeset for help on using the changeset viewer.