From 89e1b5f9e3f7b81d7e370e518a585f78f235a394 Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Thu, 3 Jan 2008 15:34:23 +0000 Subject: [PATCH] Disable -ldl flag for OpenBSD git-svn-id: svn://localhost/gambas/trunk@908 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/configure.ac b/main/configure.ac index c20f7ae89..28614d695 100644 --- a/main/configure.ac +++ b/main/configure.ac @@ -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