blob: 4aa0927a9b686c75faffbabf00c4eb2fd2e4638c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
https://bugs.gentoo.org/926824
Patch from upstream, configure regenerated
commit 371ed0ac8bf3c1d25775c8b025229f490363f4ab
Author: rocky <rocky@gnu.org>
Date: Sun, 26 Mar 2023 14:35:39 -0400
Fix some small typos
--- a/configure.ac
+++ b/configure.ac
@@ -434,7 +434,7 @@ AC_ARG_WITH([profiler_resolution],
[prof_res="1000"])
AS_IF([test "x$prof_res" = "xno"],
- [],_
+ [],
[AC_DEFINE_UNQUOTED([PROFILER_MIN_RES],
[$prof_res],
[Minimum profiler resolution in nanoseconds])])
--- a/configure
+++ b/configure
@@ -18444,7 +18444,6 @@
if test "x$prof_res" = "xno"; then :
else
- _
cat >>confdefs.h <<_ACEOF
#define PROFILER_MIN_RES $prof_res
|