aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7b1c569a..53db0bfaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,6 +141,7 @@ AS_CASE(["$host_os"],
141 [*openbsd*],[ 141 [*openbsd*],[
142 LIBS=`echo $LIBS | sed -e "s/-ldl//"` 142 LIBS=`echo $LIBS | sed -e "s/-ldl//"`
143 build_target="openbsd" 143 build_target="openbsd"
144 use_openbsd_libtool=true
144 LIBPREFIX= 145 LIBPREFIX=
145 DLLDIR=lib 146 DLLDIR=lib
146 UNIXONLY="#" 147 UNIXONLY="#"