summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-11-15 14:52:25 +0100
committerDaniel Lange <DLange@git.local>2020-11-15 14:52:25 +0100
commitf2b2735e07afc6b05aa933bdf3a112059991b131 (patch)
treefa7b14fb181f2d74f357b8028f44eafcdafc882a /configure.ac
parentbb908f3dc4ac5847592e9698dec150658067e84e (diff)
parent2a9e8ca07475e61e74d7b6f0afd0a5fd272cb07f (diff)
Resolve merge conflicts, merge #229 "Add SystemdMeter" from @cgzones
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 95a8f909..6e76240d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,6 +90,8 @@ AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([fstatat memmove readlinkat strdup strncasecmp strstr])
+AC_SEARCH_LIBS([dlopen], [dl dld])
+
save_cflags="${CFLAGS}"
CFLAGS="${CFLAGS} -std=c99"
AC_MSG_CHECKING([whether cc -std=c99 option works])

© 2014-2024 Faster IT GmbH | imprint | privacy policy