summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-06-11 20:07:01 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-06-11 20:07:01 +0100
commitb96df8f62a8f7706bca64c9ab1eb577436a93974 (patch)
tree3af06cc217bbd5fd9a27a3f86b3608bed26346a8 /configure.in
parentd9a0f01dddeedaf968c4b13636cf412808ce5ce8 (diff)
parent7c44b29149c7b22a2d8a4d3377c5af6d42d8e6be (diff)
cmcfixes75: merge with DEV300 m81
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 10f2fc4d73e9..56570aa49885 100644
--- a/configure.in
+++ b/configure.in
@@ -947,7 +947,7 @@ case "$build_os" in
AC_MSG_ERROR([only sparc and i386 processors are supported])
fi
;;
- linux-gnu*)
+ linux-gnu*|k*bsd*-gnu*)
test_gtk=yes
test_cairo=yes
test_kde=yes
@@ -2397,7 +2397,13 @@ dnl ===================================================================
if test "$_os" = "Linux"; then
case "$build_cpu" in
i?86)
- DEFAULT_TO_STLPORT="yes"
+ case "$build_os" in k*bsd*-gnu*)
+ DEFAULT_TO_STLPORT="no"
+ ;;
+ *)
+ DEFAULT_TO_STLPORT="yes"
+ ;;
+ esac
;;
*)
DEFAULT_TO_STLPORT="no"