diff options
author | Stig Bakken <ssb@php.net> | 1999-07-21 14:43:12 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-07-21 14:43:12 +0000 |
commit | 57f0f15b9f2c903ff0aaaaa12917b47ee9308de0 (patch) | |
tree | d694b88de5860a66122b969ab41723c5e28e8673 /ext/snmp | |
parent | 968d6d9f8d636e14dda035da94da5d56675aa61c (diff) | |
download | php-git-57f0f15b9f2c903ff0aaaaa12917b47ee9308de0.tar.gz |
Debian fixes
Diffstat (limited to 'ext/snmp')
-rw-r--r-- | ext/snmp/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4 index c39d77908e..1608331b56 100644 --- a/ext/snmp/config.m4 +++ b/ext/snmp/config.m4 @@ -12,6 +12,7 @@ AC_ARG_WITH(snmp, SNMP_LIBDIR=/usr/local/lib test -d /usr/local/include/ucd-snmp && SNMP_INCDIR=/usr/local/include/ucd-snmp test -d /usr/include/ucd-snmp && SNMP_INCDIR=/usr/include/ucd-snmp + test -d /usr/include/snmp && SNMP_INCDIR=/usr/include/snmp test -f /usr/lib/libsnmp.a && SNMP_LIBDIR=/usr/lib else SNMP_INCDIR=$withval/include |