]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't forget to tell users to make the PrivateHeaders directory, too.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Oct 2011 20:20:31 +0000 (20:20 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Oct 2011 20:20:31 +0000 (20:20 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10082 7a7537e8-13f0-0310-91df-b6672ffda945

config-scripts/cups-gssapi.m4

index 22bd43dc64ebacbe38f57a31439a9680d274d002..cf7d58052492c79b0ded852b6808aae3564aa6af 100644 (file)
@@ -107,7 +107,7 @@ if test x$enable_gssapi != xno; then
                                AC_MSG_RESULT(no)
                                if test $uversion -ge 110; then
                                        # Broken public headers in 10.7...
-                                       AC_MSG_ERROR(Run 'sudo touch $gssdir/PrivateHeaders/gssapi_spi.h' to build CUPS.)
+                                       AC_MSG_ERROR(Run 'sudo mkdir -p $gssdir/PrivateHeaders' and 'sudo touch $gssdir/PrivateHeaders/gssapi_spi.h' to build CUPS.)
                                fi
                        fi
                else