guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: Add missing backslash.


From: Mikael Djurfeldt
Subject: [Guile-commits] branch main updated: Add missing backslash.
Date: Tue, 04 Apr 2023 07:35:13 -0400

This is an automated email from the git hooks/post-receive script.

mdj pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new e9c8ca341 Add missing backslash.
e9c8ca341 is described below

commit e9c8ca341b9d0a2b4489c5e3149a474ee610d42e
Author: Mikael Djurfeldt <mikael@djurfeldt.com>
AuthorDate: Tue Apr 4 13:33:57 2023 +0200

    Add missing backslash.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4a93be979..3419cacf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -529,7 +529,7 @@ AC_CHECK_FUNCS([DINFINITY DQNAN cexp chsize clog clog10 
ctermid         \
   index bcopy rindex truncate isblank _NSGetEnviron              \
   strcoll_l strtod_l strtol_l newlocale uselocale utimensat     \
   fstatat futimens openat                                              \
-  sched_getaffinity sched_setaffinity sendfile pipe2
+  sched_getaffinity sched_setaffinity sendfile pipe2                   \
   posix_spawn_file_actions_addclosefrom_np])
 
 # The newlib C library uses _NL_ prefixed locale langinfo constants.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]