diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 3bfd46b56..6b63bc6f6 100644 --- a/configure.in +++ b/configure.in @@ -258,17 +258,9 @@ AC_ARG_WITH(archflags, [ --with-archflags="flags" use custom architecture flags], ARCHFLAGS="$withval") -case $uname in - Darwin*) - AC_ARG_ENABLE(quartz, [ --enable-quartz use Quartz instead of Quickdraw (default=yes)]) - if test "x$enable_quartz" != "xno"; then - AC_DEFINE(USE_QUARTZ, 1) - AC_DEFINE(__APPLE_QUARTZ__) - else - AC_DEFINE(__APPLE_QD__) - fi - ;; -esac +# QD is not supported anymore since 1.3 +AC_DEFINE(USE_QUARTZ, 1) +AC_DEFINE(__APPLE_QUARTZ__) dnl Find commands... AC_PROG_CC @@ -1092,11 +1084,7 @@ case $uname in graphics="GDI" ;; Darwin*) - if test x$enable_quartz != xno; then - graphics="Quartz" - else - graphics="Quickdraw" - fi + graphics="Quartz" ;; *) graphics="X11" |
