]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove ASL checks from configure script and config.h files.
authorMichael R Sweet <michaelrsweet@gmail.com>
Thu, 20 Oct 2016 20:47:22 +0000 (16:47 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Thu, 20 Oct 2016 20:47:22 +0000 (16:47 -0400)
config-scripts/cups-common.m4
config.h.in
configure
xcode/config.h

index fbba71503a8fc451b079f7f078298c176c5e23da..be9a362444be79aeca79a1169ea160622ecc2b2f 100644 (file)
@@ -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,
index 0323eaace97b0785a280ab1ecaa5eb1ff2fbd0f1..2312a6c029c5531a5dbed259550ea17cec2fce93 100644 (file)
 #undef HAVE_VSYSLOG
 
 
-/*
- * Do we have the ASL functions?
- */
-
-#undef HAVE_ASL_H
-
-
 /*
  * Do we have the systemd journal functions?
  */
index ad5f12babd2270d1ec52a22a007d0ba538d595aa..df528e628ce67fa1d256e5482cb0e7f3ba6b6b3d 100755 (executable)
--- 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 :
index 54117ac5a07d30761c7a5e766fae81da52d7c3c8..51519c81b4f826dd259a57d780677f1ea77905d6 100644 (file)
 #define HAVE_VSYSLOG 1
 
 
-/*
- * Do we have the ASL functions?
- */
-
-#define HAVE_ASL_H
-
-
 /*
  * Do we have the systemd journal functions?
  */