Skip to content

Commit

Permalink
Fix for bug #3983
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Smith committed Jun 24, 2000
1 parent b0c7ac2 commit d47e4b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/sybase_ct/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d47e4b8

Please sign in to comment.