diff configure.ac @ 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 5036b0ff9597
children 2f36145742c9
line wrap: on
line diff
--- 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