diff options
author | Hasso Tepper <[email protected]> | 2008-04-09 10:51:21 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-04-09 10:51:21 -0700 |
commit | 9f8df2d07f47b970b98ebcf98180022e03fbee52 (patch) | |
tree | fcf5af3722a2c8532f25d8cd084ca663bd0946d4 /configure.ac | |
parent | 2771862adcbc163c0a3f3eaaf4b58c658e72f680 (diff) |
autoconf: Add dfbsd support.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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) |