This patch fixes a tiny escaping confusion. The current text, while semantically correct, confuses the VIM syntax highlighting as well as confused me.

Shachar
Index: configure.ac
===================================================================
--- configure.ac        (revision 17232)
+++ configure.ac        (working copy)
@@ -24,7 +24,7 @@
 #
 AC_DEFINE_UNQUOTED(NETSNMP_CONFIGURE_OPTIONS,"$ac_configure_args",
   [configure options specified])
-CONFIGURE_OPTIONS="\"$ac_configure_args"\"
+CONFIGURE_OPTIONS="\"$ac_configure_args\""
 AC_SUBST(CONFIGURE_OPTIONS)
 
 ##
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to