aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7af7e83df..5ca5f55d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -313,6 +313,13 @@ AS_IF([test x"$VAR_UPNPC_BINARY" != x"false"],
313 [AC_DEFINE_UNQUOTED([UPNPC], "$VAR_UPNPC_BINARY", [Path to upnpc binary])], 313 [AC_DEFINE_UNQUOTED([UPNPC], "$VAR_UPNPC_BINARY", [Path to upnpc binary])],
314 [AC_MSG_WARN([warning: 'upnpc' binary not found.])]) 314 [AC_MSG_WARN([warning: 'upnpc' binary not found.])])
315 315
316
317# uncrustify
318# TODO: maybe add flag to pass location
319AC_CHECK_PROG(UNCRUSTIFY_BINARY, uncrustify, true)
320AM_CONDITIONAL(HAVE_UNCRUSTIFY_BINARY, $UNCRUSTIFY_BINARY)
321
322
316AC_CHECK_MEMBER(struct tm.tm_gmtoff, 323AC_CHECK_MEMBER(struct tm.tm_gmtoff,
317 [AC_DEFINE(HAVE_TM_GMTOFF, 1, 324 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
318 [Define if struct tm has the tm_gmtoff member.])], 325 [Define if struct tm has the tm_gmtoff member.])],