Mercurial > sdl-ios-xcode
comparison configure.in @ 2714:1d1be6137875
Merged last minute fixes from force feedback branch (r4031, r4033, r4034)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Aug 2008 10:04:06 +0000 |
parents | 0906692aa6a4 |
children | 50bc882455e5 |
comparison
equal
deleted
inserted
replaced
2713:0906692aa6a4 | 2714:1d1be6137875 |
---|---|
1867 AC_HELP_STRING([--enable-directx], [use DirectX for Win32 audio/video [[default=yes]]]), | 1867 AC_HELP_STRING([--enable-directx], [use DirectX for Win32 audio/video [[default=yes]]]), |
1868 , enable_directx=yes) | 1868 , enable_directx=yes) |
1869 if test x$enable_directx = xyes; then | 1869 if test x$enable_directx = xyes; then |
1870 AC_CHECK_HEADER(d3d9.h, have_d3d=yes) | 1870 AC_CHECK_HEADER(d3d9.h, have_d3d=yes) |
1871 AC_CHECK_HEADER(dsound.h, have_dsound=yes) | 1871 AC_CHECK_HEADER(dsound.h, have_dsound=yes) |
1872 AC_CHECK_HEADER(dinput.h, use_dinput=yes) | 1872 AC_CHECK_HEADER(dinput.h, have_dinput=yes) |
1873 fi | 1873 fi |
1874 } | 1874 } |
1875 | 1875 |
1876 dnl Check for the dlfcn.h interface for dynamically loading objects | 1876 dnl Check for the dlfcn.h interface for dynamically loading objects |
1877 CheckDLOPEN() | 1877 CheckDLOPEN() |