Pierre d'Herbemont <[EMAIL PROTECTED]> writes: > @@ -19,6 +19,12 @@ AC_ARG_WITH(opengl, AC_HELP_STRING([- > AC_ARG_WITH(curses, AC_HELP_STRING([--without-curses],[do not use > curses])) > AC_ARG_WITH(wine-tools,AC_HELP_STRING([--with-wine-tools=<dir>],[use Wine > tools from directory <dir>])) > > +case $host_os in > + darwin*|macosx*) > + AC_ARG_ENABLE(quartz, AC_HELP_STRING([--disable-quartz], [do not build > the quartz video driver on Mac OS X])) > + ;; > +esac
Why would you need to disable it? -- Alexandre Julliard [EMAIL PROTECTED]
