diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-05-08 19:52:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-05-08 19:53:06 +0200 |
commit | a7772d9d7916ebff3ad6134a1ff4f8d6cb9da709 (patch) | |
tree | 8732d26190eb5b32d967ba672eada8618e7425db | |
parent | a2d9f7178d4516f7d0f21f3d699dff9940697409 (diff) |
configure: --disalbe-dbgutil -> --disable-dbgutil
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1ee1ba105130..d04143081530 100644 --- a/configure.in +++ b/configure.in @@ -640,7 +640,7 @@ AC_ARG_ENABLE(dbgutil, counting, etc. Larger build. Independent from --enable-debug. Note that this option makes the build ABI incompatible: It is not possible to mix object files or libraries from a - --enable-dgbutil and a --disalbe-dbgutil build.])) + --enable-dgbutil and a --disable-dbgutil build.])) AC_ARG_ENABLE(linkoo, AS_HELP_STRING([--disable-linkoo], |