Skip to content
  • Rolf Eike Beer's avatar
    CheckIncludeFiles: fix status output · 44d007b6
    Rolf Eike Beer authored
    CHECK_INCLUDE_FILES("foo.h" HAVE_FOO_H) gave an output like:
    
      Looking for include files HAVE_FOO_H
    
    After this change it does now what CHECK_INCLUDE_FILE() also does:
    
      Looking for include files foo.h
    44d007b6