summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-10-12 06:26:52 +0000
committerTheodore Tso <tytso@mit.edu>1994-10-12 06:26:52 +0000
commitbfcb852b1dc8f6e06f18ca8e052e1e56187d9e3c (patch)
treef97a2d5c2a7d73ae7e3a226636b23dda20fc1206 /src
parent1d4c33fe4d4e7be9a3f1048a204b4f4c98dee4ed (diff)
Make sure we do our feature tests using the CC options specified using
CC_OPTS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4494 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/aclocal.m43
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ede110d50..043528b4e 100644
--- 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 d13c987f7..51680dd0f 100644
--- 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