summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHasso Tepper <hasso@estpak.ee>2008-04-09 10:51:21 -0700
committerEric Anholt <eric@anholt.net>2008-04-09 10:51:21 -0700
commit9f8df2d07f47b970b98ebcf98180022e03fbee52 (patch)
treefcf5af3722a2c8532f25d8cd084ca663bd0946d4 /configure.ac
parent2771862adcbc163c0a3f3eaaf4b58c658e72f680 (diff)
autoconf: Add dfbsd support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 48921e010e2..7db1830af48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,7 +510,7 @@ if test "$mesa_driver" = dri; then
;;
esac
;;
- freebsd*)
+ freebsd* | dragonfly*)
DEFINES="$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1"
DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS"
DEFINES="$DEFINES -DGLX_INDIRECT_RENDERING"
@@ -810,7 +810,7 @@ linux*)
;;
esac
;;
-freebsd*)
+freebsd* | dragonfly*)
PIC_FLAGS="-fPIC"
case "$host_cpu" in
i*86)