Disable -ldl flag for OpenBSD
git-svn-id: svn://localhost/gambas/trunk@908 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
7506dd75d6
commit
89e1b5f9e3
@ -51,7 +51,7 @@ rm -f DISABLED
|
|||||||
|
|
||||||
dnl ---- Should I use libtool to load shared libraries in gbi and gbx ?
|
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])
|
AC_DEFINE(DONT_USE_LTDL, 1, [Do not use libtool to load shared libraries])
|
||||||
DL_LIB="-ldl"
|
DL_LIB="-ldl"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user