From: Boris Lytochkin Date: Tue, 12 Apr 2011 08:00:14 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.4.0alpha1~191^2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d92849011f5bc2d0dafaff79cd10bf7f019f5a;p=php fix typo --- diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4 index af53bbf141..3a49b7de39 100644 --- a/ext/snmp/config.m4 +++ b/ext/snmp/config.m4 @@ -74,7 +74,6 @@ u_char uname[] = "Linux nex1.php.net 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:53: int main(int argc, char **argv) { - int result = 0; struct variable_list vars; char buf1[2048]; char buf2[sizeof(buf1)]; @@ -117,7 +116,7 @@ int main(int argc, char **argv) ]) CFLAGS="$save_CFLAGS" ]) - if test "ac_cv_buggy_snprint_value" = "yes"; then + if test "$ac_cv_buggy_snprint_value" = "yes"; then AC_DEFINE(BUGGY_SNMPRINT_VALUE, 1, [ ]) fi