]> arthur.barton.de Git - ngircd.git/blobdiff - configure.in
TLS/SSL support: core files.
[ngircd.git] / configure.in
index f02835fb9bca4d0b7eacaa00106ea90487235458..36f0bc28afb18e27f728af621bd2bb739774156f 100644 (file)
@@ -457,6 +457,7 @@ AC_ARG_ENABLE(debug,
 if test "$x_debug_on" = "yes"; then
        AC_DEFINE(DEBUG, 1)
        test "$GCC" = "yes" && CFLAGS="-pedantic $CFLAGS"
+       AC_CHECK_FUNCS(mtrace)
 fi
 
 # enable "strict RFC rules"?
@@ -497,6 +498,7 @@ AC_OUTPUT([ \
        contrib/Debian/Makefile \
        contrib/MacOSX/Makefile \
        contrib/MacOSX/ngIRCd.xcodeproj/Makefile \
+       contrib/MacOSX/ngIRCd.pmdoc/Makefile \
 ])
 
 type dpkg >/dev/null 2>&1