From bfcb852b1dc8f6e06f18ca8e052e1e56187d9e3c Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 12 Oct 1994 06:26:52 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 5 +++++ src/aclocal.m4 | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.26.2