Kaydet (Commit) b6531f79 authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Andras Timar

configure: make --enable-selective-debuginfo less errorprone

Change-Id: I6b7379323a86242b42a8a5137807c535bf1d7c46
(cherry picked from commit 6be72cc2)
Reviewed-on: https://gerrit.libreoffice.org/17374Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 9b422715
......@@ -3847,6 +3847,9 @@ ENABLE_DEBUGINFO_FOR=
if test -n "$ENABLE_DEBUG"; then
AC_MSG_CHECKING([whether to use selective debuginfo])
if test -n "$enable_selective_debuginfo" -a "$enable_selective_debuginfo" != "no"; then
if test "$enable_selective_debuginfo" = "yes"; then
AC_MSG_ERROR([--enable-selective-debuginfo requires a parameter])
fi
ENABLE_DEBUGINFO_FOR="$enable_selective_debuginfo"
AC_MSG_RESULT([for "$enable_selective_debuginfo"])
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment