Changeset 156 for trunk/configure.ac
- Timestamp:
- Aug 14, 2006, 8:49:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r153 r156 41 41 AC_PROG_INSTALL 42 42 AC_PROG_RANLIB 43 AC_CHECK_PROG([GNUPLOT],[gnuplota],[ok]) 43 44 44 45 # -Wno-long-long is needed to suppress compiler diagnostics regarding … … 70 71 71 72 AC_OUTPUT 73 74 test "$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.