@@ -13,27 +13,22 @@ Upstream-Status: Inappropriate [ oe-specific ]
13
13
14
14
Signed-off-by: Changqing Li <changqing.li@windriver.com>
15
15
---
16
- configure | 10 --------- -
17
- 1 file changed, 10 deletions (-)
16
+ configure | 2 + -
17
+ 1 file changed, 1 insertion(+), 1 deletion (-)
18
18
19
19
diff --git a/configure b/configure
20
- index 64b61eb..786aefd 100755
20
+ index 45bf85a..68d3c7d 100755
21
21
--- a/configure
22
22
+++ b/configure
23
- @@ -3776,16 +3776,6 @@ case $PERL in
23
+ @@ -3514,7 +3514,7 @@ case $PERL in
24
24
as_fn_error $? "perl not found" "$LINENO" 5
25
25
;;
26
26
*' '* | *' '*)
27
- - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: The path to your Perl contains spaces or tabs.
28
- - This will likely cause build failures later or unusable programs.
29
- - Unless you're specifying a full string for a #! line,
30
- - as in \"/usr/bin/env perl\",
31
- - please use a path without spaces and try again." >&5
32
- - printf "%s\n" "$as_me: WARNING: The path to your Perl contains spaces or tabs.
33
- - This will likely cause build failures later or unusable programs.
34
- - Unless you're specifying a full string for a #! line,
35
- - as in \"/usr/bin/env perl\",
36
- - please use a path without spaces and try again." >&2;}
27
+ - as_fn_error $? "The path to your Perl contains spaces or tabs.
28
+ + : as_fn_error $? "The path to your Perl contains spaces or tabs.
29
+ This would cause build failures later or unusable programs.
30
+ Please use a path without spaces and try again." "$LINENO" 5
37
31
;;
38
- esac
39
-
32
+ - -
33
+ 2.25.1
34
+
0 commit comments