don't run 122 if required headers aren't found

Now that libxfs etc is optional, 122 (which compiles on the fly)
is failing if those extra headers are missing.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2009-06-03 13:12:20 -05:00
parent 3ae9f2f8e8
commit e17b2a1acb
+2 -1
View File
@@ -191,7 +191,8 @@ awk '
echo 'return 0; }' >>$cprog
# create and run program
cc -o $oprog $cprog
cc -o $oprog $cprog >> $seq.full 2>&1 || \
_notrun "Could not compile test program (see end of $seq.full)"
$oprog | _type_size_filter > $progout
#