From: Theodore Tso Date: Wed, 12 Oct 1994 06:26:52 +0000 (+0000) Subject: Make sure we do our feature tests using the CC options specified using X-Git-Tag: krb5-1.0-beta5~1133 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfcb852b1dc8f6e06f18ca8e052e1e56187d9e3c;p=krb5.git 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 --- 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