etternagame/etterna
extern/fftw-3.3.8/CMakeLists.txt
:73
check_symbol_exists (drand48 stdlib.h HAVE_DRAND48)
check_symbol_exists (drand48 stdlib.h HAVE_DRAND48)
CHECK_FUNCTION_EXISTS(drand48 HAVE_DRAND48)
check_symbol_exists(drand48 "stdlib.h" HAVE_DRAND48)
check_function_exists(drand48 HAVE_DRAND48)