]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't look for DBUS on OS X, either (STR #4698)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 28 Aug 2015 13:29:21 +0000 (13:29 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 28 Aug 2015 13:29:21 +0000 (13:29 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12852 a1ca3aef-8c08-0410-bb20-df032aa958be

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

index b61a4cc2d012ebd26717e63f1d3f570e553bba73..a51d09d560d084bc53bbf2fb534724c5cd4349da 100644 (file)
@@ -12,7 +12,7 @@ CHANGES IN CUPS V2.1.0
        - "make check" incorrectly reported an expectation of 18 warning
          messages when 8 were expected (STR #4684)
        - The new PDF file type rule did not work (STR #4692)
-       - Fixed some configure script issues (STR #4694, STR #4695)
+       - Fixed some configure script issues (STR #4694, STR #4695, STR #4698)
        - Documentation updates (STR #4691, STR #4693)
 
 
index bac0957eb9b23943d4d2bc4a929278241e80e228..0b583cd17be2e1f10fa69064204065deb1bf409a 100644 (file)
@@ -327,7 +327,7 @@ DBUSDIR=""
 DBUS_NOTIFIER=""
 DBUS_NOTIFIERLIBS=""
 
-if test "x$enable_dbus" != xno -a "x$PKGCONFIG" != x; then
+if test "x$enable_dbus" != xno -a "x$PKGCONFIG" != x -a "x$uname" != xDarwin; then
        AC_MSG_CHECKING(for DBUS)
        if $PKGCONFIG --exists dbus-1; then
                AC_MSG_RESULT(yes)