diff options
author | Joey Smith <joey@php.net> | 2000-06-24 09:01:51 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-06-24 09:01:51 +0000 |
commit | d47e4b8617e572442b43d71d864024556d930e1b (patch) | |
tree | 22e7196fe3087658a09b7449ae008a8734e01ccd | |
parent | b0c7ac2dc1fb0e35acd5adfad97504f829bbfb69 (diff) | |
download | php-git-d47e4b8617e572442b43d71d864024556d930e1b.tar.gz |
Fix for bug #3983
-rw-r--r-- | ext/sybase_ct/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sybase_ct/config.m4 b/ext/sybase_ct/config.m4 index 68b3d0833c..24e0042b28 100644 --- a/ext/sybase_ct/config.m4 +++ b/ext/sybase_ct/config.m4 @@ -33,6 +33,8 @@ AC_ARG_WITH(sybase-ct, [ $SYBASE_CT_LIBS ]) AC_CHECK_LIB(insck, insck__getVdate, [ AC_ADD_LIBRARY(insck) ]) + AC_CHECK_LIB(insck, bsd_tcp, + [ AC_ADD_LIBRARY(insck) ]) LDFLAGS=$old_LDFLAGS else AC_MSG_RESULT(no) |