summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-14 10:14:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-14 10:14:18 +0200
commit2c975878ff82eb911e488359f7f3fdb7ec104584 (patch)
treeee78a4aff47a2343376da7bb2f977420e639a0a5 /configure.ac
parent068c04fb06806a9345c0059545d19a416d7e60b7 (diff)
Pass ENABLE_LIBLANGTAG into code via config_liblangtag.h
...so changes to ENABLE_LIBLANGTAG during configure cause proper recompilation of source code Change-Id: I282623c885b83e3bf7d94f6f364c5031c012f058
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e1814edef494..5aed6eb7eb03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11768,6 +11768,7 @@ if test "$enable_liblangtag" = "yes" -o \
LIBLANGTAG_LIBS="-L${WORKDIR}/UnpackedTarball/langtag/liblangtag/.libs -llangtag"
fi
fi
+ AC_DEFINE(ENABLE_LIBLANGTAG)
else
AC_MSG_RESULT([no])
fi