summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-11 20:34:34 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-11 20:34:58 +0200
commit6d0906c7fdde82b2c02b1839b9ca93be5e2084a6 (patch)
tree98e2ffa72a8014a16050d4627947926a7b3683a1 /configure.in
parentaa4a6bd8c199f8462a9120d4a1a2ac983c9d4d5d (diff)
fix ./configure --without-system-liblangtag
Change-Id: I4640e4c626a209035697e69587852ec86af16136
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8b0de9a5bfbd..a15cbf40e165 100644
--- a/configure.in
+++ b/configure.in
@@ -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)