]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Don't build ttyemu and run tty I/O test if grantpt is not available.
[chaz/tar] / tests / Makefile.am
index fd2def56accfd67708f7349b3eb64932d3cb6937..6684d1d89952ef71a4dc60106442b560936d883d 100644 (file)
@@ -263,7 +263,11 @@ installcheck-local:
 ## genfile      ##
 ## ------------ ##
 
-check_PROGRAMS = genfile ttyemu
+check_PROGRAMS = genfile
+
+if TAR_COND_GRANTPT
+check_PROGRAMS += ttyemu
+endif
 
 genfile_SOURCES = genfile.c argcv.c argcv.h
 
This page took 0.016881 seconds and 4 git commands to generate.