]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Add syslog check and remove strip_file_to_fd
authormmj <none@none>
Thu, 22 Apr 2004 13:46:04 +0000 (23:46 +1000)
committermmj <none@none>
Thu, 22 Apr 2004 13:46:04 +0000 (23:46 +1000)
Makefile.in
config.h.in
configure.ac

index f9fd9efa02969425ad98c32bedb428ea16fcd99b..301fcbcf45a8600537a7a4a9c7ec4c86860a54cc 100644 (file)
@@ -36,8 +36,8 @@ POST_UNINSTALL = :
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-       $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
-       THANKS TODO depcomp install-sh missing mkinstalldirs
+       $(top_srcdir)/configure AUTHORS COPYING ChangeLog THANKS TODO \
+       depcomp install-sh missing mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
index 21a9ff0da7085a8f97326e685011d69bcfa48d07..8dbafe706658ec8d48ae1b881fbab1db9671ffc7 100644 (file)
@@ -64,6 +64,9 @@
 /* Define to 1 if you have the `strncasecmp' function. */
 #undef HAVE_STRNCASECMP
 
+/* Define to 1 if you have the `syslog' function. */
+#undef HAVE_SYSLOG
+
 /* Define to 1 if you have the <syslog.h> header file. */
 #undef HAVE_SYSLOG_H
 
index e0ddf4a7c2908293139a5444d648393434bd873a..0b58eceb7e8c0d11ecf70372ec1ee3816860b0e2 100644 (file)
@@ -26,7 +26,7 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([ftruncate memset socket strerror strncasecmp snprintf fcntl])
-AC_CHECK_FUNCS([nanosleep time strftime])
+AC_CHECK_FUNCS([nanosleep time strftime syslog])
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([src/Makefile])