about summary refs log tree commit diff
path: root/aczsh.m4
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-10-24 16:51:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-10-24 16:51:06 +0000
commit357a0ea7cf52085060e895156162885990171ec3 (patch)
treeb5b5ab9baa92c44b5ee2003135d1a5ec8030d1d4 /aczsh.m4
parent18e997ec52d4cfa156585419f80719516a12351b (diff)
downloadzsh-357a0ea7cf52085060e895156162885990171ec3.tar.gz
zsh-357a0ea7cf52085060e895156162885990171ec3.tar.xz
zsh-357a0ea7cf52085060e895156162885990171ec3.zip
16033: QNX Neutrino fix from Pavel Roskin
16135: pack up more zsh*.html files for doc distribution
unposted: Config/version.mk: create 4.0.3
Diffstat (limited to 'aczsh.m4')
-rw-r--r--aczsh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aczsh.m4 b/aczsh.m4
index f1dc6a1ef..bdce49022 100644
--- a/aczsh.m4
+++ b/aczsh.m4
@@ -43,7 +43,7 @@ for ac_shellvar in $ac_shellvars; do
   esac
   (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
   ac_getconf=`getconf $ac_lfsvar`
-  if test -n "$ac_getconf"; then
+  if test -n "$ac_getconf" && test "$ac_getconf" != "undefined"; then
     eval test '"${'$ac_shellvar'+set}"' = set && ac_set=$ac_shellvar
     ac_getconfs=$ac_getconfs$ac_getconf
     eval ac_test_$ac_shellvar="\$ac_getconf"