diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-02-25 08:49:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-02-25 08:49:05 +0000 |
commit | 7f3c5aadd93abc7b82952c984acb48fa8784eb4c (patch) | |
tree | fd22f08da96f5fef946745dfd6e659f019ab96df | |
parent | 103235a8ed2efb6cd8a7e5f6ce1d5a9e9815975d (diff) |
configure: fix typo
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fea15e9..0bffe50 100644 --- a/configure.ac +++ b/configure.ac @@ -640,7 +640,7 @@ GL_WINDOWS= GL_APIS= GL_CONFIG_DEFINES= -dnl API's +dnl APIs if test "x$USE_OPENGL" = "xyes"; then GL_APIS="gl $GL_APIS" GL_CONFIG_DEFINES="$GL_CONFIG_DEFINES @@ -1153,7 +1153,7 @@ AG_GST_OUTPUT_PLUGINS cat << EOF - OpenGL API's: ${GL_APIS} + OpenGL APIs: ${GL_APIS} OpenGL Platforms: ${GL_PLATFORMS} Window Systems: ${GL_WINDOWS} |