diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-30 16:32:39 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-30 16:32:51 +0200 |
commit | 6df97ec93936d088a4bbce1d9a3d34fd10a879d2 (patch) | |
tree | 52ae958cc7c50165149c6e58ee1318c20dfc3941 /configure.in | |
parent | 582d2e364ab020d90927b6064643e34e21251b35 (diff) |
fix typo
Change-Id: I9efba3e5229c9236cfff58920373d8c7d83b1770
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 |