X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=configure.ac;h=e951a286b2e884128d2b821b05ed612956052c21;hb=df93419ae5dcc57e2fd051f54c564849e1fb3789;hp=82fae26c40d02b6fa644d29c69bc382ac73ae690;hpb=3ad0c89feca43af8c4e8ddb913bc232ad4fb5521;p=PuTTY.git diff --git a/configure.ac b/configure.ac index 82fae26c..e951a286 100644 --- a/configure.ac +++ b/configure.ac @@ -51,8 +51,11 @@ AC_ARG_WITH([gssapi], AC_ARG_WITH([quartz], [AS_HELP_STRING([--with-quartz], [build for the MacOS Quartz GTK back end])], - [AC_DEFINE([OSX_GTK], [1], [Define if building with GTK for MacOS.])], - []) + [AC_DEFINE([OSX_GTK], [1], [Define if building with GTK for MacOS.]) + with_quartz=yes], + [with_quartz=no]) + +AM_CONDITIONAL([HAVE_QUARTZ],[test "x$with_quartz" = "xyes"]) WITH_GSSAPI= AS_IF([test "x$with_gssapi" != xno],