diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-11 14:22:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-11 14:22:31 +0300 |
commit | 17b375076cff9d1dfcdf21fa9f501210a75c0020 (patch) | |
tree | 3031fe6c8763e0ac923a452d44f566a2b1c559d5 /configure.in | |
parent | 3f5ddf2e873b76abe3e166089fac2cfcb358d346 (diff) |
Bin superfluous AC_MSG_RESULT([yes])
Change-Id: I436054d8cd96f5c3e1d12aaeb352d98aea3188ec
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7ae43f394eac..e3943eb78122 100644 --- a/configure.in +++ b/configure.in @@ -3571,7 +3571,6 @@ if test -n "$enable_debug" && test "$enable_debug" != "no"; then ENABLE_DEBUG_FOR="$enable_debug" AC_MSG_RESULT([for $enable_debug]) fi - AC_MSG_RESULT([yes]) else ENABLE_DEBUG="" ENABLE_DEBUG_FOR="" |