about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-04-11 10:37:23 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-04-11 10:37:23 +0100
commit2c4ec9dab0233afa146f0ad99041194c208e23b7 (patch)
tree1874645e897f6505305ae07f00a4317b5330bb14 /configure.ac
parent66f0e5c1acaad72fca70b04c712e49baabe0a1ba (diff)
downloadzsh-2c4ec9dab0233afa146f0ad99041194c208e23b7.tar.gz
zsh-2c4ec9dab0233afa146f0ad99041194c208e23b7.tar.xz
zsh-2c4ec9dab0233afa146f0ad99041194c208e23b7.zip
42623: Add some extra quotes to previous commit
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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