a little hack to libpcap detection (OPENZAP-86)

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@929 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2009-12-07 15:18:33 +00:00
parent c722e89b6c
commit 32d3035346
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ test "X$with_lib_subdir" = "Xno" && with_lib_subdir=
ac_cv_cmu_lib_subdir=lib
if test $ac_cv_sizeof_long -eq 4 ; then
test -d /usr/lib32 && ac_cv_cmu_lib_subdir=lib32
test -r /usr/lib/libpcap.so && ac_cv_cmu_lib_subdir=lib
fi
if test $ac_cv_sizeof_long -eq 8 ; then
test -d /usr/lib64 && ac_cv_cmu_lib_subdir=lib64