From: Michael R Sweet Date: Thu, 20 Oct 2016 20:47:22 +0000 (-0400) Subject: Remove ASL checks from configure script and config.h files. X-Git-Tag: v2.2.2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af27fc59e0de0feb69356f2d77943c65bdbfbde;p=thirdparty%2Fcups.git Remove ASL checks from configure script and config.h files. --- diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index fbba71503a..be9a362444 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 0323eaace9..2312a6c029 100644 --- a/config.h.in +++ b/config.h.in @@ -240,13 +240,6 @@ #undef HAVE_VSYSLOG -/* - * Do we have the ASL functions? - */ - -#undef HAVE_ASL_H - - /* * Do we have the systemd journal functions? */ diff --git a/configure b/configure index ad5f12babd..df528e628c 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 54117ac5a0..51519c81b4 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -246,13 +246,6 @@ #define HAVE_VSYSLOG 1 -/* - * Do we have the ASL functions? - */ - -#define HAVE_ASL_H - - /* * Do we have the systemd journal functions? */