From: msweet Date: Fri, 21 Mar 2014 18:07:23 +0000 (+0000) Subject: Remove AppleTalk header checks (wow, that should have been removed 4 years ago!) X-Git-Tag: v2.2b1~704 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d62953211536bbda658cdbc43fcbdbb6991046b;p=thirdparty%2Fcups.git Remove AppleTalk header checks (wow, that should have been removed 4 years ago!) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11719 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/config-scripts/cups-network.m4 b/config-scripts/cups-network.m4 index 697cfb5b3b..0cc3abbd3a 100644 --- a/config-scripts/cups-network.m4 +++ b/config-scripts/cups-network.m4 @@ -1,16 +1,16 @@ dnl dnl "$Id$" dnl -dnl Networking stuff for CUPS. +dnl Networking stuff for CUPS. dnl -dnl Copyright 2007-2011 by Apple Inc. -dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl Copyright 2007-2014 by Apple Inc. +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. dnl -dnl These coded instructions, statements, and computer programs are the -dnl property of Apple Inc. and are protected by Federal copyright -dnl law. Distribution and use rights are outlined in the file "LICENSE.txt" -dnl which should have been included with this file. If this file is -dnl file is missing or damaged, see the license at "http://www.cups.org/". +dnl These coded instructions, statements, and computer programs are the +dnl property of Apple Inc. and are protected by Federal copyright +dnl law. Distribution and use rights are outlined in the file "LICENSE.txt" +dnl which should have been included with this file. If this file is +dnl file is missing or damaged, see the license at "http://www.cups.org/". dnl AC_CHECK_HEADER(resolv.h,AC_DEFINE(HAVE_RESOLV_H)) @@ -66,9 +66,6 @@ fi AC_SUBST(CUPS_DEFAULT_DOMAINSOCKET) AC_SUBST(CUPS_LISTEN_DOMAINSOCKET) -AC_CHECK_HEADERS(AppleTalk/at_proto.h,AC_DEFINE(HAVE_APPLETALK_AT_PROTO_H),, - [#include ]) - dnl dnl End of "$Id$". dnl