Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/9/head
parent
b04989e564
commit
4b43800596
@ -0,0 +1,19 @@
|
||||
#################################################
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 3
|
||||
#
|
||||
#################################################
|
||||
|
||||
check_cxx_source_compiles("
|
||||
#include <sys/mtio.h>
|
||||
int main() {
|
||||
struct mtget tapeStatus;
|
||||
return GMT_EOF ( tapeStatus.mt_gstat );
|
||||
}"
|
||||
HAVE_MTGET_GSTAT
|
||||
)
|
||||
if( NOT HAVE_MTGET_GSTAT )
|
||||
tde_message_fatal( "It is required to build kdat, but mtget does not contain mt_gstat." )
|
||||
endif( )
|
Loading…
Reference in new issue