]> Savannah Git Hosting - gnulib.git/commitdiff
posix_spawn tests: Fix compilation error (regression 2022-09-14).
authorBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2022 10:09:19 +0000 (11:09 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2022 10:09:19 +0000 (11:09 +0100)
* modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define
EXEEXT.

ChangeLog
modules/posix_spawn-tests

index 4ae5aefa54b828f71de25360a8dd7565772c8a8f..b0554ff5dae196576dae23ed1535883c95ea749c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-20  Bruno Haible  <bruno@clisp.org>
+
+       posix_spawn tests: Fix compilation error (regression 2022-09-14).
+       * modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define
+       EXEEXT.
+
 2022-11-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        parse-datetime: improve doc formatting, timeliness
index ee505c0389d351a538ca771ddaffc7584bbc24c9..7d316c96f6adb3785189519f1a81425b60d4e2cf 100644 (file)
@@ -24,6 +24,7 @@ waitpid
 configure.ac:
 
 Makefile.am:
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 TESTS += \
   test-posix_spawn-open1 \
   test-posix_spawn-open2 \