summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-14 10:45:20 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-23 14:05:39 +0200
commitd8c3568a3160aa3dfcd1d3b7728360c33d2d6911 (patch)
treeb50b21aad3bb48a64a47940dd1a270a179f75f11 /common
parentf77805773f1cee4164569ecd92838cead36aac22 (diff)
downloadspice-common-d8c3568a3160aa3dfcd1d3b7728360c33d2d6911.tar.gz
spice-common-d8c3568a3160aa3dfcd1d3b7728360c33d2d6911.tar.xz
spice-common-d8c3568a3160aa3dfcd1d3b7728360c33d2d6911.zip
build-sys: Rename SUPPORT_GL to HAVE_GL
The other conditionals are using the HAVE_ prefix, using HAVE_GL rather than SUPPORT_GL improves consistency.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 2be512c..7382509 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -79,7 +79,7 @@ libspice_common_server_la_SOURCES = \
libspice_common_server_la_CFLAGS = -DFIXME_SERVER_SMARTCARD
-if SUPPORT_GL
+if HAVE_GL
libspice_common_la_SOURCES += \
gl_utils.h \
glc.c \