Make sure we do our feature tests using the CC options specified using
authorTheodore Tso <tytso@mit.edu>
Wed, 12 Oct 1994 06:26:52 +0000 (06:26 +0000)
committerTheodore 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
src/aclocal.m4

index ede110d505033451ac39fd8891ea344bdba07f3d..043528b4e96cffc9db74a245fc6565d554ea9d77 100644 (file)
@@ -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
index d13c987f7d3e64f29944f7a161d7e2fe3effd324..51680dd0ffb7153e94f68012a9daea50c22269f3 100644 (file)
@@ -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