]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - configure.ac
More modern examples of ports we don't have.
[PuTTY.git] / configure.ac
index 82fae26c40d02b6fa644d29c69bc382ac73ae690..e951a286b2e884128d2b821b05ed612956052c21 100644 (file)
@@ -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],