summaryrefslogtreecommitdiff
path: root/build/configure.ac.features
diff options
context:
space:
mode:
Diffstat (limited to 'build/configure.ac.features')
-rw-r--r--[-rwxr-xr-x]build/configure.ac.features4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/configure.ac.features b/build/configure.ac.features
index 0457bf31c..adb840fd8 100755..100644
--- a/build/configure.ac.features
+++ b/build/configure.ac.features
@@ -367,7 +367,6 @@ AC_DEFUN([CAIRO_REPORT],
echo " Recording: yes (always builtin)"
echo " Observer: yes (always builtin)"
echo " Mime: yes (always builtin)"
- echo " TG: $use_tg"
echo " Tee: $use_tee"
echo " XML: $use_xml"
echo " Skia: $use_skia"
@@ -384,6 +383,7 @@ AC_DEFUN([CAIRO_REPORT],
echo " PDF: $use_pdf"
echo " SVG: $use_svg"
echo " OpenGL: $use_gl"
+ echo " EvasGL: $use_evasgl"
echo " OpenGL ES 2.0: $use_glesv2"
echo " OpenGL ES 3.0: $use_glesv3"
echo " BeOS: $use_beos"
@@ -403,6 +403,7 @@ AC_DEFUN([CAIRO_REPORT],
echo " PNG functions: $use_png"
echo " GLX functions: $use_glx"
echo " WGL functions: $use_wgl"
+ echo " CGL functions: $use_cgl"
echo " EGL functions: $use_egl"
echo " X11-xcb functions: $use_xlib_xcb"
echo " XCB-shm functions: $use_xcb_shm"
@@ -413,7 +414,6 @@ AC_DEFUN([CAIRO_REPORT],
echo ""
echo "And the following internal features:"
echo " pthread: $use_pthread"
- echo " openmp: $use_openmp"
echo " gtk-doc: $enable_gtk_doc"
echo " gcov support: $use_gcov"
echo " symbol-lookup: $use_symbol_lookup"