Kaydet (Commit) 6d0906c7 authored tarafından David Tardon's avatar David Tardon

fix ./configure --without-system-liblangtag

Change-Id: I4640e4c626a209035697e69587852ec86af16136
üst aa4a6bd8
...@@ -11289,7 +11289,7 @@ if test "$enable_liblangtag" = "yes" -o \( "$enable_liblangtag" = "" -a $_os != ...@@ -11289,7 +11289,7 @@ if test "$enable_liblangtag" = "yes" -o \( "$enable_liblangtag" = "" -a $_os !=
ENABLE_LIBLANGTAG=YES ENABLE_LIBLANGTAG=YES
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AC_MSG_CHECKING([whether to use system liblangtag]) 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 SYSTEM_LIBLANGTAG=YES
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( LIBLANGTAG, liblangtag >= 0.3) PKG_CHECK_MODULES( LIBLANGTAG, liblangtag >= 0.3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment