]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-acfix.patch
- updated to 5.1
[packages/net-snmp.git] / net-snmp-acfix.patch
1 --- net-snmp-5.1/configure.in.orig      2003-11-18 20:33:31.000000000 +0100
2 +++ net-snmp-5.1/configure.in   2003-11-18 20:41:43.917724056 +0100
3 @@ -22,7 +22,7 @@
4  #
5  # save the configure arguments
6  #
7 -AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS,"\"$ac_configure_args\"")
8 +AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS,"$ac_configure_args")
9  CONFIGURE_OPTIONS="\"$ac_configure_args\""
10  AC_SUBST(CONFIGURE_OPTIONS)
11  
12 @@ -950,7 +950,6 @@
13  
14  if test "x$with_res_locks" = "xyes"; then
15    AC_DEFINE(NS_REENTRANT)
16 -EOF
17  
18      case $target_os in
19  
This page took 0.031349 seconds and 4 git commands to generate.