瀏覽代碼

Revert "configure: Refactor setting of feature test macro _XOPEN_SOURCE"

This fixes build on netbsd and probably other bsd based Platforms

This reverts commit 56b8d106769c5c5f9174dcc426f1ee2f991428b1.
Michael Niedermayer 11 年之前
父節點
當前提交
fe5093aafc
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      configure

+ 0 - 3
configure

@@ -4231,9 +4231,6 @@ probe_libc(){
     elif check_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
         eval ${pfx}libc_type=solaris
         add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
-    # FFmpeg needs a POSIX.1-2001/XSI compliant C library
-    else
-        add_${pfx}cppflags -D_XOPEN_SOURCE=600
     fi
 }