diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2015-10-14 15:11:19 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-10-23 14:01:36 +0200 |
commit | aa6f1cd7a233d2a17948d0817d4b6a3bb63a93a4 (patch) | |
tree | 6f5d1d578bd710f0962903b40aa94bac42ec0301 | |
parent | d4091f0df4474cff3972d8488520f8705362a4bb (diff) |
build-sys: Remove unused conditional
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 22248a6..5790a37 100644 --- a/configure.ac +++ b/configure.ac @@ -25,9 +25,6 @@ AC_SUBST(SPICE_GTK_LOCALEDIR) GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) -# no opengl support yet -AM_CONDITIONAL(SUPPORT_GL, false) - AC_PROG_CC AC_PROG_CC_C99 if test "x$ac_cv_prog_cc_c99" = xno; then |