summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-01-31 11:03:58 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-01-31 11:03:58 +0000
commitae6acbd210d30f0c94f3d930b83aa6a9e9e589b8 (patch)
tree7fd5daaccdd3678eed0ff3501d46f480425c4ec8 /configure.in
parent8d439b06de2c6ab7e193ed7d4970d4a8ba48881f (diff)
add initial dragonfly support
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ed2d42db4786..d23440cde69a 100755
--- a/configure.in
+++ b/configure.in
@@ -1530,6 +1530,15 @@ case "$host_os" in
PTHREAD_LIBS="-pthread"
_os=OpenBSD
;;
+ dragonfly*)
+ test_gtk=yes
+ build_gstreamer=yes
+ test_kde=yes
+ test_kde4=yes
+ test_freetype=yes
+ PTHREAD_LIBS="-pthread"
+ _os=DragonFly
+ ;;
*)
AC_MSG_ERROR([$_os operating system is not suitable to build LibreOffice!])
;;