]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo for --without-xinetd (STR #4542)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 9 Dec 2014 22:18:21 +0000 (22:18 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 9 Dec 2014 22:18:21 +0000 (22:18 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12350 a1ca3aef-8c08-0410-bb20-df032aa958be

config-scripts/cups-defaults.m4
config-scripts/cups-startup.m4

index 852aee96afae505f9bc6682514794ab7c0c7a1ea..3e87de4fec6aacb133525e55d9910b27db55cb0b 100644 (file)
@@ -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
index d48ab9d9cff002d20ed688174232e52866db03a0..e98009e6e962be44cb51f081178ed2b4b2cea440 100644 (file)
@@ -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