diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-12-16 07:42:09 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-12-16 07:42:09 +0000 |
commit | 7b76b9193ec9ad1ba3f5cb14c67dbd8933758584 (patch) | |
tree | 4ed92ce4ac8765a85fb7a1bcf81d48c75cf0861a /configure.ac | |
parent | 97e3be8840b877ed67d53e3a9bc54ad60cc4ea62 (diff) |
That conditionnal is already set in the m4 macro
SVN revision: 44508
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 933a72b..8c2d39d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -83,8 +83,6 @@ EXPEDITE_CHECK_ENGINE([directfb], [DirectFB], "yes") | |||
83 | EXPEDITE_CHECK_ENGINE([quartz], [Quartz], "yes", [quartz_libs="-framework Cocoa -framework ApplicationServices"]) | 83 | EXPEDITE_CHECK_ENGINE([quartz], [Quartz], "yes", [quartz_libs="-framework Cocoa -framework ApplicationServices"]) |
84 | AC_SUBST(quartz_libs) | 84 | AC_SUBST(quartz_libs) |
85 | 85 | ||
86 | AM_CONDITIONAL(BUILD_QUARTZ, test "x$have_quartz" = "xyes") | ||
87 | |||
88 | # Software 16bit X11 | 86 | # Software 16bit X11 |
89 | EXPEDITE_CHECK_ENGINE([software-16-x11], [Software 16 bits X11], "yes") | 87 | EXPEDITE_CHECK_ENGINE([software-16-x11], [Software 16 bits X11], "yes") |
90 | 88 | ||