aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-10-31 05:40:23 +0000
committerKen Raeburn <raeburn@mit.edu>2007-10-31 05:40:23 +0000
commit0959854e8a222a638631d9ebe8ffe4d5f4cfc7b0 (patch)
treebde4f0f36a3d0d6c4588c363f73e99fb04423e32 /src/appl
parentc67bc0047686ab06ca4222e0bfdfe6ba423e147b (diff)
downloadkrb5-0959854e8a222a638631d9ebe8ffe4d5f4cfc7b0.zip
krb5-0959854e8a222a638631d9ebe8ffe4d5f4cfc7b0.tar.gz
krb5-0959854e8a222a638631d9ebe8ffe4d5f4cfc7b0.tar.bz2
Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gcc
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20154 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/telnet/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/telnet/configure.in b/src/appl/telnet/configure.in
index d4870ec..7285696 100644
--- a/src/appl/telnet/configure.in
+++ b/src/appl/telnet/configure.in
@@ -36,7 +36,7 @@ AC_FUNC_VFORK
AC_HEADER_STDARG
case $krb5_cv_host in
*-*-solaris*)
- if test "$krb5_cv_prog_gcc" = yes; then
+ if test "$ac_cv_c_compiler_gnu" = yes; then
# Solaris 8 at least has curses.h that is noisy under gcc
ac_cv_header_curses_h=yes
fi