changeset 26251:c43a3eb22369

some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
author diego
date Thu, 27 Mar 2008 11:18:09 +0000
parents 0c80745883c1
children 99fd78772519
files configure
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Mar 27 08:42:09 2008 +0000
+++ b/configure	Thu Mar 27 11:18:09 2008 +0000
@@ -6818,7 +6818,7 @@
 echores "$_tv"
 
 
-if freebsd || netbsd || openbsd || bsdos ; then
+if freebsd || netbsd || openbsd || dragonfly || bsdos ; then
   echocheck "*BSD BT848 bt8xx header"
   _ioctl_bt848_h=no
   for file in "machine/ioctl_bt848.h" \
@@ -6906,7 +6906,7 @@
     _noinputmodules="tv-bsdbt848 $_noinputmodules"
   fi
   echores "$_tv_bsdbt848"
-fi #if freebsd || netbsd || openbsd || bsdos
+fi #if freebsd || netbsd || openbsd || dragonfly || bsdos
 
 
 echocheck "DirectShow TV interface"
@@ -7067,7 +7067,7 @@
 fi
 echores "$_radio_v4l"
 
-if freebsd || netbsd || openbsd || bsdos \
+if freebsd || netbsd || openbsd || dragonfly || bsdos \
   && test "$_radio" = yes && test "$_radio_bsdbt848" = auto ; then
 echocheck "*BSD BrookTree 848 Radio interface"
    _radio_bsdbt848=no
@@ -7084,7 +7084,7 @@
 EOF
     cc_check && _radio_bsdbt848=yes
 echores "$_radio_bsdbt848"
-fi #if freebsd || netbsd || openbsd || bsdos && _radio && _radio_bsdbt848
+fi #if freebsd || netbsd || openbsd || dragonfly || bsdos && _radio && _radio_bsdbt848
 
 if test "$_radio_bsdbt848" = yes ; then
   _def_radio_bsdbt848='#define HAVE_RADIO_BSDBT848 1'
@@ -7456,7 +7456,7 @@
 # Dynamic linking flags 
 # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
 _ld_dl_dynamic=''
-freebsd || netbsd || openbsd || bsdos && _ld_dl_dynamic='-rdynamic'
+freebsd || netbsd || openbsd || dragonfly || bsdos && _ld_dl_dynamic='-rdynamic'
 if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 ; then
   _ld_dl_dynamic='-rdynamic'
 fi