diff --git a/configure b/configure
index ce399d08196f9b51cd187b6331dc9bfa269d71df..8ba2c3c1c185d5102323c0279190848b41102160 100755
--- a/configure
+++ b/configure
@@ -2595,7 +2595,7 @@ case $target_os in
         oss_indev_extralibs="-lossaudio"
         oss_outdev_extralibs="-lossaudio"
         ;;
-    openbsd)
+    openbsd|bitrig)
         # On OpenBSD 4.5. the compiler does not use PIC unless
         # explicitly using -fPIC. Libav builds fine without PIC,
         # however the generated executable will not do anything