From bae2eee028334f658363709fb65b79eff1a8ecb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 13 Aug 2013 09:58:09 +0000 Subject: Implement in cmake: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51322 > User: guy > Date: 2013/08/12 01:01 PM > > Log: > Just check whether dladdr() is available; we check in the code whether > it succeeds, so there's no point in checking whether it succeeds in a > sample program. svn path=/trunk/; revision=51334 --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 42d9342592..76a24b54f4 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -45,6 +45,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_DLFCN_H 1 +/* Define to 1 if you have the dladdr function */ +#cmakedefine HAVE_DLADDR 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_FCNTL_H 1 -- cgit v1.2.3