projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d4c33f
)
Make sure we do our feature tests using the CC options specified using
author
Theodore Tso
<tytso@mit.edu>
Wed, 12 Oct 1994 06:26:52 +0000
(06:26 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Wed, 12 Oct 1994 06:26:52 +0000
(06:26 +0000)
CC_OPTS.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4494
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ChangeLog
patch
|
blob
|
history
src/aclocal.m4
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ede110d505033451ac39fd8891ea344bdba07f3d..043528b4e96cffc9db74a245fc6565d554ea9d77 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+Tue Oct 11 17:07:15 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * aclocal.m4: Make sure we do our feature tests using the CC
+ options specified using CC_OPTS.
+
Fri Oct 7 16:38:11 1994 Theodore Y. Ts'o (tytso@maytag)
* aclocal.m4: If using isode we need to add -DKRB5_USE_ISODE to
diff --git
a/src/aclocal.m4
b/src/aclocal.m4
index d13c987f7d3e64f29944f7a161d7e2fe3effd324..51680dd0ffb7153e94f68012a9daea50c22269f3 100644
(file)
--- a/
src/aclocal.m4
+++ b/
src/aclocal.m4
@@
-310,7
+310,8
@@
dnl
define(WITH_CCOPTS,[
AC_WITH([ccopts],
echo "CCOPTS is $withval"
-CCOPTS=$withval,
+CCOPTS=$withval
+CFLAGS="$CFLAGS $withval",
CCOPTS=)dnl
AC_SUBST(CCOPTS)])dnl
dnl