mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-21 19:51:09 +00:00
fix for autoconf 2.50
This commit is contained in:
parent
e703c3758d
commit
b1cf570c7f
1 changed files with 0 additions and 6 deletions
|
@ -776,12 +776,6 @@ AM_CONDITIONAL(CDTYPE_BSD, test "$CDTYPE" = "BSD")
|
|||
AM_CONDITIONAL(CDTYPE_WIN32, test "$CDTYPE" = "WIN32")
|
||||
AM_CONDITIONAL(CDTYPE_NULL, test "$CDTYPE" != "LINUX" -a "$CDTYPE" != "BSD" -a "$CDTYPE" != "WIN32")
|
||||
|
||||
if test "$CDTTPE" = BSD; then
|
||||
AC_HAVE_STRUCT_FIELD(struct ioc_read_toc_single_entry, entry,
|
||||
[#include <sys/cdio.h>]
|
||||
)
|
||||
fi
|
||||
|
||||
dnl ==================================================================
|
||||
dnl Checks for networking
|
||||
dnl ==================================================================
|
||||
|
|
Loading…
Reference in a new issue