2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/AIX/net-snmp/7.1/net-snmp-configure1.patch
wanghuaz 6d0013d729 Added new net-snmp for AIX 7
Former-commit-id: 181bc1b0477bd480f443b39c97ee9d53a891ef75
2013-06-05 07:13:56 +00:00

17 lines
691 B
Diff

*** net-snmp-5.7.2/configure.orig Fri Apr 19 12:35:50 2013
--- net-snmp-5.7.2/configure Fri Apr 19 12:45:53 2013
***************
*** 6500,6510 ****
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Perl function system() invokes a POSIX shell" >&5
$as_echo_n "checking whether the Perl function system() invokes a POSIX shell... " >&6; }
- if test "x$PERLPROG" != 'x' && test -x "$PERLPROG" && test "x`$PERLPROG -e 'system('"'"'echo $OSTYPE'"'"');'`" != 'x$OSTYPE'; then
PERL_SYSTEM_INVOKES_POSIX_SHELL=yes
- else
- PERL_SYSTEM_INVOKES_POSIX_SHELL=no
- fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
--- 6500,6506 ----