]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix --enable-page-logging configure option (STR #4694)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 26 Aug 2015 18:26:22 +0000 (18:26 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 26 Aug 2015 18:26:22 +0000 (18:26 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12846 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
config-scripts/cups-defaults.m4

index 498a3a1c7d0a7d8c7ca68e096178802077464868..d3c080a8efe0d9ad668fce766a9c423018e48d91 100644 (file)
@@ -9,8 +9,7 @@ CHANGES IN CUPS V2.1.0
          (<rdar://problem/22086642>, <rdar://problem/22130168>)
        - "make check" incorrectly reported an expectation of 18 warning
          messages when 8 were expected (STR #4684)
-       - The configure script did not disable the Avahi test on OS X
-         (STR #4695)
+       - Fixed some configure script issues (STR #4694, STR #4695)
 
 
 CHANGES IN CUPS V2.1rc1
index 3e87de4fec6aacb133525e55d9910b27db55cb0b..599825ca72f5197d814dfae708bbf093aa26ade4 100644 (file)
@@ -3,7 +3,7 @@ dnl "$Id$"
 dnl
 dnl   Default cupsd configuration settings for CUPS.
 dnl
-dnl   Copyright 2007-2014 by Apple Inc.
+dnl   Copyright 2007-2015 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
@@ -85,7 +85,7 @@ AC_SUBST(CUPS_ACCESS_LOG_LEVEL)
 AC_DEFINE_UNQUOTED(CUPS_DEFAULT_ACCESS_LOG_LEVEL, "$CUPS_ACCESS_LOG_LEVEL")
 
 dnl Default PageLogFormat
-AC_ARG_WITH(page_logging, [  --enable-page-logging   enable page_log by default])
+AC_ARG_ENABLE(page_logging, [  --enable-page-logging   enable page_log by default])
 if test "x$enable_page_logging" = xyes; then
        CUPS_PAGE_LOG_FORMAT=""
 else