Kaydet (Commit) 6be72cc2 authored tarafından Michael Stahl's avatar Michael Stahl

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

Change-Id: I6b7379323a86242b42a8a5137807c535bf1d7c46
üst e19d1afd
......@@ -3919,6 +3919,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