summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-14 14:12:31 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-14 14:12:31 +0200
commitc1ec6b7301e2644bea63f703f2a8546cef41bb50 (patch)
tree2f567db27b23ec8db29d49653ee00c4dd8eef46b /configure.ac
parent5b967834aebfd442efd8d99b6f3c98434a65f710 (diff)
downloadlibgd-c1ec6b7301e2644bea63f703f2a8546cef41bb50.tar.gz
typo in 5b96783
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 847ed68..d018284 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,7 +325,7 @@ no) ;;
yes|"")
PKG_CHECK_MODULES([LIBVPX], vpx, [with_vpx=yes],
[
- PKG_CHECK_MODULES([LIBVPX], vpx, [with_vpx=yes],
+ PKG_CHECK_MODULES([LIBVPX], libvpx, [with_vpx=yes],
[
if test "$with_vpx" = yes; then
AC_MSG_ERROR([VPX support requested, but not found])