mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-13 07:47:46 +00:00
Check for struct ioc_read_toc_single_entry in sys/cdio.h
This commit is contained in:
parent
614defe7af
commit
529ba80f9a
1 changed files with 3 additions and 0 deletions
|
@ -551,6 +551,9 @@ QF_maGiC_VALUE
|
||||||
#endif
|
#endif
|
||||||
], AC_DEFINE(USE_BSD_CD))
|
], AC_DEFINE(USE_BSD_CD))
|
||||||
)
|
)
|
||||||
|
AC_HAVE_STRUCT_FIELD(struct ioc_read_toc_single_entry, entry,[
|
||||||
|
#include <sys/cdio.h>
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
dnl ========================================================================
|
dnl ========================================================================
|
||||||
|
|
Loading…
Reference in a new issue