From kde-commits Tue Jul 01 17:42:46 2008 From: Jason Harris Date: Tue, 01 Jul 2008 17:42:46 +0000 To: kde-commits Subject: branches/kstars/unfrozen/kstars/kstars/htmesh Message-Id: <1214934166.151504.6944.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121494863200522 SVN commit 826864 by harris: I need this change to compile the branch on mac osx (but I don't need it on linux). YMMV, but in any case, it shouldn't hurt. CCMAIL: kstars-devel@kde.org M +1 -0 CMakeLists.txt --- branches/kstars/unfrozen/kstars/kstars/htmesh/CMakeLists.txt #826863:826864 @@ -1,4 +1,5 @@ KDE4_NO_ENABLE_FINAL(htmesh) +INCLUDE(CheckFunctionExists) check_function_exists(drand48 HAVE_DRAND48) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-htmesh.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-htmesh.h )