Disable -ldl flag for OpenBSD

git-svn-id: svn://localhost/gambas/trunk@908 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Laurent Carlier 2008-01-03 15:34:23 +00:00
parent 7506dd75d6
commit 89e1b5f9e3

View File

@ -51,7 +51,7 @@ rm -f DISABLED
dnl ---- Should I use libtool to load shared libraries in gbi and gbx ?
if test "$SYSTEM" != "CYGWIN"; then
if test "$SYSTEM" != "CYGWIN" && test "$SYSTEM" != "OPENBSD"; then
AC_DEFINE(DONT_USE_LTDL, 1, [Do not use libtool to load shared libraries])
DL_LIB="-ldl"
else