# HG changeset patch # User Rik # Date 1289365364 28800 # Node ID 29d515b9d30c250c1fd68a012bdf515d5a937d23 # Parent 0910020c5ab68711b3f377ab884ace34a6c0338e configure.ac: fix typo where variable was missing leading '$'. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-09 Rik + + * configure.ac: Fix typo where variable name was missing '$' + 2010-11-09 Rik * configure.ac: Properly m4 quote AS_HELP_STRING. diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -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