50fe3d7 BUILD: Fix cmocka detection

Authored and Committed by sgallagh 11 years ago
    BUILD: Fix cmocka detection
    
    We were not properly detecting that cmocka was unavailable. It was
    expecting an empty value and getting "no" instead. This patch
    corrects the expectation, so we will now skip building and running
    cmocka tests on platforms that do not have it available.
    
    Also, we were missing the cmocka header files in the distribution
    tarball, so 'make distcheck' was failing.
    
        
file modified
+2 -0
file modified
+1 -1