From e827b445a7aebfbc7e6508ed3bb30fd61dc3b132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Wed, 11 Feb 2015 16:39:49 +0200 Subject: Fix help in configure for -separate-debug-info option Option -separate-debug-info is not enabled by default, even help claims it to be enabled. Change-Id: I4a986acbb2b7f2c7bf7feaaff29bcc6bfadcc559 Reviewed-by: Oswald Buddenhagen --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5ad29bb784..043d9fc0d6 100755 --- a/configure +++ b/configure @@ -2483,8 +2483,8 @@ Additional options: -device-option ... Add device specific options for the device mkspec (experimental) - -no-separate-debug-info . Do not store debug information in a separate file. - * -separate-debug-info .... Strip debug information into a separate file. + * -no-separate-debug-info . Do not store debug information in a separate file. + -separate-debug-info .... Strip debug information into a separate file. -no-xcb ............ Do not compile Xcb (X protocol C-language Binding) support. * -xcb ............... Compile Xcb support. -- cgit v1.2.3