diff options
author | Isamu Mogi <saturday6c@gmail.com> | 2013-06-21 15:30:21 +0000 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-28 11:54:12 +0000 |
commit | 9722cd44beb3af9c68c5a3904127dc15c3c0cff1 (patch) | |
tree | 33b9c5146aaae12bb812045dbd187a445cdaa9ff | |
parent | 5cb2e3104b11e538b946e2b7228e74365cb38648 (diff) |
Remove debug output
From 8e784b59f1c1ce33dc95a6c591ee514383b28f3f
Change-Id: Iab0ac8ef53cf0d3d1f1f1ec23ee9a26a3d89f38a
Reviewed-on: https://gerrit.libreoffice.org/4435
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e193a8a787ab..1d4bbc13c061 100644 --- a/configure.ac +++ b/configure.ac @@ -4879,7 +4879,6 @@ find_winsdk() find_msms() { -AC_MSG_NOTICE([checking msms ======================================================]) for ver in 10.0 11.0; do reg_get_value HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/$ver/Setup/VS/MSMDir if test -n "$regvalue"; then |