summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-30 16:32:39 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-30 16:32:51 +0200
commit6df97ec93936d088a4bbce1d9a3d34fd10a879d2 (patch)
tree52ae958cc7c50165149c6e58ee1318c20dfc3941 /configure.in
parent582d2e364ab020d90927b6064643e34e21251b35 (diff)
fix typo
Change-Id: I9efba3e5229c9236cfff58920373d8c7d83b1770
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 7a29c97a5e41..619a6ce8561f 100644
--- a/configure.in
+++ b/configure.in
@@ -12115,7 +12115,7 @@ AC_MSG_CHECKING([whether to create huge library])
MERGELIBS=
if test $enable_mergelibs = yes; then
if test $WITH_BINFILTER = YES; then
- add_warining "--enable-mergelibs conflicts with --enable-binfilter. Disabling mergelibs."
+ add_warning "--enable-mergelibs conflicts with --enable-binfilter. Disabling mergelibs."
AC_MSG_RESULT([no])
else
if test $_os != Linux -a $_os != Android; then