comparison configure.ac @ 21513:6bf7f41afea6

* configure.ac: Correct typo of "gnuplot" in warning message
author Mike Miller <mtmiller@octave.org>
date Mon, 21 Mar 2016 15:56:51 -0700
parents 79aa496c6d47
children ba9d1a17f563
comparison
equal deleted inserted replaced
21512:79aa496c6d47 21513:6bf7f41afea6
3559 3559
3560 if test $opengl_graphics = no; then 3560 if test $opengl_graphics = no; then
3561 AC_MSG_WARN([]) 3561 AC_MSG_WARN([])
3562 AC_MSG_WARN([I didn't find the libraries needed to compile Octave]) 3562 AC_MSG_WARN([I didn't find the libraries needed to compile Octave])
3563 AC_MSG_WARN([with support for OpenGL graphics. Creating plots is]) 3563 AC_MSG_WARN([with support for OpenGL graphics. Creating plots is])
3564 AC_MSG_WARN([still possible if you have gnpulot installed.]) 3564 AC_MSG_WARN([still possible if you have gnuplot installed.])
3565 warn_msg_printed=true 3565 warn_msg_printed=true
3566 fi 3566 fi
3567 3567
3568 if test $ENABLE_ATOMIC_REFCOUNT = no; then 3568 if test $ENABLE_ATOMIC_REFCOUNT = no; then
3569 AC_MSG_WARN([]) 3569 AC_MSG_WARN([])