From 1000d0f25458d2044137202fdc742b22b64440cf Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 16 Jun 1995 02:16:16 +0000 Subject: [PATCH] (V5_USE_SHARED_LIB): Quote arguments to test in case the values are blank git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6071 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/aclocal.m4 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 126afcf28..52b011639 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 15 21:59:22 1995 Ezra Peisach + + * aclocal.m4 (V5_USE_SHARED_LIB): Quote arguments to test in + case the values are blank. Thu Jun 15 18:15:54 EDT 1995 Paul Park (pjpark@mit.edu) * aclocal.m4 - Separate K4 libraries; Separate library specification diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 9e816dfd7..bf5317f4f 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -763,10 +763,10 @@ AC_ARG_WITH([shared], , withval=yes )dnl -if test $withval = yes; then +if test "$withval" = yes; then AC_MSG_RESULT(Using shared libraries) LDARGS="$krb5_cv_shlibs_ldflag -L[$](TOPLIBD) $LDARGS" - if test $krb5_cv_exe_need_dirs = yes; then + if test "$krb5_cv_exe_need_dirs" = yes; then LDARGS="$LDARGS $krb5_cv_shlibs_dirhead [$](KRB5_SHLIBDIR) $krb5_cv_shlibs_dirhead `pwd`[$](S)[$](TOPLIBD)" fi SHLIB_TAIL_COMP=$krb5_cv_shlibs_tail_comp -- 2.26.2