configure.ac: allow disabling winemac.drv

Austin English austinenglish at gmail.com
Thu Aug 8 17:56:10 CDT 2013


-- 
-Austin
-------------- next part --------------
diff --git a/configure.ac b/configure.ac
index 0e3df61..ddb10f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,8 @@ AC_ARG_WITH(pthread,   AS_HELP_STRING([--without-pthread],[do not use the pthrea
 AC_ARG_WITH(sane,      AS_HELP_STRING([--without-sane],[do not use SANE (scanner support)]))
 AC_ARG_WITH(tiff,      AS_HELP_STRING([--without-tiff],[do not use TIFF]))
 AC_ARG_WITH(v4l,       AS_HELP_STRING([--without-v4l],[do not use v4l1 (v4l support)]))
+AC_ARG_WITH(winemac,   AS_HELP_STRING([--without-winemac],[do not build native Mac (Cocoa) driver]),
+            [if test "x$withval" = "xno"; then ac_cv_header_ApplicationServices_ApplicationServices_h=no; fi])
 AC_ARG_WITH(xcomposite,AS_HELP_STRING([--without-xcomposite],[do not use the Xcomposite extension]),
             [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi])
 AC_ARG_WITH(xcursor,   AS_HELP_STRING([--without-xcursor],[do not use the Xcursor extension]),


More information about the wine-patches mailing list