comparison configure @ 30777:079be31079d3

Add a VCD support for OS/2
author komh
date Wed, 03 Mar 2010 14:32:29 +0000
parents d9bbd1844876
children e10ba171be06
comparison
equal deleted inserted replaced
30776:d9bbd1844876 30777:079be31079d3
6111 6111
6112 6112
6113 echocheck "VCD support" 6113 echocheck "VCD support"
6114 if test "$_vcd" = auto; then 6114 if test "$_vcd" = auto; then
6115 _vcd=no 6115 _vcd=no
6116 if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos; then 6116 if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos || os2; then
6117 _vcd=yes 6117 _vcd=yes
6118 elif mingw32; then 6118 elif mingw32; then
6119 cat > $TMPC << EOF 6119 cat > $TMPC << EOF
6120 #include <ddk/ntddcdrm.h> 6120 #include <ddk/ntddcdrm.h>
6121 int main(void) { return 0; } 6121 int main(void) { return 0; }