# HG changeset patch # User Mike Miller # Date 1458601011 25200 # Node ID 6bf7f41afea68eebe52910d3dc9b1ff6e36a679d # Parent 79aa496c6d47d8ad14a69f96ae695146ee32b397 * configure.ac: Correct typo of "gnuplot" in warning message diff -r 79aa496c6d47 -r 6bf7f41afea6 configure.ac --- a/configure.ac Mon Mar 21 15:54:53 2016 -0700 +++ b/configure.ac Mon Mar 21 15:56:51 2016 -0700 @@ -3561,7 +3561,7 @@ AC_MSG_WARN([]) AC_MSG_WARN([I didn't find the libraries needed to compile Octave]) AC_MSG_WARN([with support for OpenGL graphics. Creating plots is]) - AC_MSG_WARN([still possible if you have gnpulot installed.]) + AC_MSG_WARN([still possible if you have gnuplot installed.]) warn_msg_printed=true fi