1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-18 05:56:03 +02:00

42623: Add some extra quotes to previous commit

This commit is contained in:
Peter Stephenson 2018-04-11 10:37:23 +01:00
parent 66f0e5c1ac
commit 2c4ec9dab0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2018-04-11 Peter Stephenson <p.stephenson@samsung.com>
* 42623: configure.ac: some extra quotes needed (and some
cosmetic) for 42618.
2018-04-10 Peter Stephenson <p.stephenson@samsung.com>
* Benedikt Morbach: 42618: configure.ac: support signal names

View File

@ -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