From c4a1d4a5339fde073a1f03da5a0129a58e70e64e Mon Sep 17 00:00:00 2001 From: msweet Date: Tue, 9 Dec 2014 22:18:21 +0000 Subject: [PATCH] Fix typo for --without-xinetd (STR #4542) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12350 a1ca3aef-8c08-0410-bb20-df032aa958be --- config-scripts/cups-defaults.m4 | 2 +- config-scripts/cups-startup.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-scripts/cups-defaults.m4 b/config-scripts/cups-defaults.m4 index 852aee96a..3e87de4fe 100644 --- a/config-scripts/cups-defaults.m4 +++ b/config-scripts/cups-defaults.m4 @@ -3,7 +3,7 @@ dnl "$Id$" dnl dnl Default cupsd configuration settings for CUPS. dnl -dnl Copyright 2007-2012 by Apple Inc. +dnl Copyright 2007-2014 by Apple Inc. dnl Copyright 2006-2007 by Easy Software Products, all rights reserved. dnl dnl These coded instructions, statements, and computer programs are the diff --git a/config-scripts/cups-startup.m4 b/config-scripts/cups-startup.m4 index d48ab9d9c..e98009e6e 100644 --- a/config-scripts/cups-startup.m4 +++ b/config-scripts/cups-startup.m4 @@ -166,7 +166,7 @@ if test "x$xinetd" = x; then fi done fi -elif test "x$xinet" != xno; then +elif test "x$xinetd" != xno; then XINETD="$xinetd" fi -- 2.39.2