From 2c4ec9dab0233afa146f0ad99041194c208e23b7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 11 Apr 2018 10:37:23 +0100 Subject: 42623: Add some extra quotes to previous commit --- ChangeLog | 5 +++++ configure.ac | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e41ca3474..926abf3ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-11 Peter Stephenson + + * 42623: configure.ac: some extra quotes needed (and some + cosmetic) for 42618. + 2018-04-10 Peter Stephenson * Benedikt Morbach: 42618: configure.ac: support signal names diff --git a/configure.ac b/configure.ac index c0686b674..d15a6cda2 100644 --- a/configure.ac +++ b/configure.ac @@ -1553,12 +1553,12 @@ do SIGNAL_H="$SIGNAL_H $SIGNAL_TRY_H" fi done -if test x$SIGNAL_H = x; then +if test "x$SIGNAL_H" = x; then AC_MSG_ERROR(SIGNAL MACROS NOT FOUND: please report to developers) fi -zsh_cv_path_signal_h=$SIGNAL_H +zsh_cv_path_signal_h="$SIGNAL_H" ]) -SIGNAL_H=$zsh_cv_path_signal_h +SIGNAL_H="$zsh_cv_path_signal_h" AC_SUBST(SIGNAL_H)dnl dnl Where are error names located? Needed as input for errnames1.awk -- cgit 1.4.1