changeset 11219:29d515b9d30c

configure.ac: fix typo where variable was missing leading '$'.
author Rik <octave@nomad.inbox5.com>
date Tue, 09 Nov 2010 21:02:44 -0800
parents 0910020c5ab6
children 883b9308353c
files ChangeLog configure.ac
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Nov 09 18:21:14 2010 -0500
+++ b/ChangeLog	Tue Nov 09 21:02:44 2010 -0800
@@ -1,3 +1,7 @@
+2010-11-09  Rik  <octave@nomad.inbox5.com>
+
+	* configure.ac: Fix typo where variable name was missing '$'
+
 2010-11-09  Rik  <octave@nomad.inbox5.com>
 
 	* configure.ac: Properly m4 quote AS_HELP_STRING.
--- a/configure.ac	Tue Nov 09 18:21:14 2010 -0500
+++ b/configure.ac	Tue Nov 09 21:02:44 2010 -0800
@@ -2395,7 +2395,7 @@
 fi
 
 native_graphics=true
-if test -n "warn_opengl"; then
+if test -n "$warn_opengl"; then
   AC_MSG_WARN([$warn_opengl])
   native_graphics=false
   warn_msg_printed=true