projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0888bee
)
fix tests
author
Mark Eichin
<eichin@mit.edu>
Fri, 28 Oct 1994 23:00:47 +0000
(23:00 +0000)
committer
Mark Eichin
<eichin@mit.edu>
Fri, 28 Oct 1994 23:00:47 +0000
(23:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4596
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/kbuild
patch
|
blob
|
history
diff --git
a/src/util/kbuild
b/src/util/kbuild
index 7d24abe4369d7475f5b5c519356e26c64a8dc359..eea3170394513ca77853a114c3772a620b25240d 100644
(file)
--- a/
src/util/kbuild
+++ b/
src/util/kbuild
@@
-86,17
+86,17
@@
MAKETARGETS="all check"
. $THISCONF
-if test
${CC}x
!= "x"
+if test
"x${CC}"
!= "x"
then
CONFIG_OPTS="$CONFIG_OPTS --with-cc=${CC}"
fi
-if test
${CC_OPTS}x
!= "x"
+if test
"x${CC_OPTS}"
!= "x"
then
CONFIG_OPTS="$CONFIG_OPTS --with-ccopts=${CC_OPTS}"
fi
-if test
${KRB4}x
!= "x"
+if test
"x${KRB4}"
!= "x"
then
CONFIG_OPTS="$CONFIG_OPTS --with-krb4=${KRB4}"
fi