fix ./configure --without-system-liblangtag

Change-Id: I4640e4c626a209035697e69587852ec86af16136
This commit is contained in:
David Tardon
2012-09-11 20:34:34 +02:00
parent aa4a6bd8c1
commit 6d0906c7fd

View File

@@ -11289,7 +11289,7 @@ if test "$enable_liblangtag" = "yes" -o \( "$enable_liblangtag" = "" -a $_os !=
ENABLE_LIBLANGTAG=YES
AC_MSG_RESULT([yes])
AC_MSG_CHECKING([whether to use system liblangtag])
if test -n "$with_system_liblangtag"; then
if test "$with_system_liblangtag" = yes; then
SYSTEM_LIBLANGTAG=YES
AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( LIBLANGTAG, liblangtag >= 0.3)