Skip to content

Commit

Permalink
cmake: don't check for dlfcn.h
Browse files Browse the repository at this point in the history
We don't use it
  • Loading branch information
matteo-frigo committed Sep 19, 2017
1 parent fc852fc commit b521e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ include (CheckIncludeFile)
check_include_file (alloca.h HAVE_ALLOCA_H)
check_include_file (altivec.h HAVE_ALTIVEC_H)
check_include_file (c_asm.h HAVE_C_ASM_H)
check_include_file (dlfcn.h HAVE_DLFCN_H)
check_include_file (intrinsics.h HAVE_INTRINSICS_H)
check_include_file (inttypes.h HAVE_INTTYPES_H)
check_include_file (libintl.h HAVE_LIBINTL_H)
Expand Down
3 changes: 0 additions & 3 deletions cmake.config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@
don't. */
#cmakedefine01 HAVE_DECL_SRAND48

/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H 1

/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */

Expand Down

0 comments on commit b521e53

Please sign in to comment.