summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-scripts/cups-common.m41
-rw-r--r--config.h.in7
-rwxr-xr-xconfigure7
-rw-r--r--xcode/config.h7
4 files changed, 0 insertions, 22 deletions
diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4
index fbba71503..be9a36244 100644
--- a/config-scripts/cups-common.m4
+++ b/config-scripts/cups-common.m4
@@ -129,7 +129,6 @@ AC_CHECK_HEADER(bstring.h,AC_DEFINE(HAVE_BSTRING_H))
AC_CHECK_HEADER(sys/ioctl.h,AC_DEFINE(HAVE_SYS_IOCTL_H))
AC_CHECK_HEADER(sys/param.h,AC_DEFINE(HAVE_SYS_PARAM_H))
AC_CHECK_HEADER(sys/ucred.h,AC_DEFINE(HAVE_SYS_UCRED_H))
-AC_CHECK_HEADER(asl.h,AC_DEFINE(HAVE_ASL_H))
dnl Checks for iconv.h and iconv_open
AC_CHECK_HEADER(iconv.h,
diff --git a/config.h.in b/config.h.in
index 0323eaace..2312a6c02 100644
--- a/config.h.in
+++ b/config.h.in
@@ -241,13 +241,6 @@
/*
- * Do we have the ASL functions?
- */
-
-#undef HAVE_ASL_H
-
-
-/*
* Do we have the systemd journal functions?
*/
diff --git a/configure b/configure
index ad5f12bab..df528e628 100755
--- a/configure
+++ b/configure
@@ -4915,13 +4915,6 @@ if test "x$ac_cv_header_sys_ucred_h" = xyes; then :
fi
-ac_fn_c_check_header_mongrel "$LINENO" "asl.h" "ac_cv_header_asl_h" "$ac_includes_default"
-if test "x$ac_cv_header_asl_h" = xyes; then :
- $as_echo "#define HAVE_ASL_H 1" >>confdefs.h
-
-fi
-
-
ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
if test "x$ac_cv_header_iconv_h" = xyes; then :
diff --git a/xcode/config.h b/xcode/config.h
index 54117ac5a..51519c81b 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -247,13 +247,6 @@
/*
- * Do we have the ASL functions?
- */
-
-#define HAVE_ASL_H
-
-
-/*
* Do we have the systemd journal functions?
*/